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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 蜚ク逵ゥF | 11100101100101001011100011100111100111001010100101000110 | e594b8e79ca946 |
EUC-JP | 蜚ク逵ゥF | 111010011111010010001110101110001110110111111100100011101010100101000110 | e9f48eb8edfc8ea946 |
UTF-8 | 蜚ク逵ゥF | 11101000100111001001101011101111101111011011100011101001100000001011010111101111101111011010100101000110 | e89c9aefbdb8e980b5efbda946 |
UHC | 蜚?逵?F | 11011110101001000011111111010000101100000011111101000110 | dea43fd0b03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)