To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蓖ゥ閼ア\ | 11100100111011011010100111101000100001001011000101011100 | e4eda9e884b15c |
EUC-JP | 蓖ゥ閼ア\ | 111010001110111110001110101010011110111111100100100011101011000101011100 | e8ef8ea9efe48eb15c |
UTF-8 | 蓖ゥ閼ア\ | 11101000100100111001011011101111101111011010100111101001100101101011110011101111101111011011000101011100 | e89396efbda9e996bcefbdb15c |
UHC | ??閼?\ | 001111110011111111100100110110010011111101011100 | 3f3fe4d93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)