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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藉i洪辜 | 1110010101010011100000101000100110001101010111101110011110000011 | e55382898d5ee783 |
EUC-JP | 藉i洪辜 | 1110100110110100101000111110100110111001101111111110110111100011 | e9b4a3e9b9bfede3 |
UTF-8 | 藉i洪辜 | 111010001001011110001001111011111011110110001001111001101011010010101010111010001011111010011100 | e89789efbd89e6b4aae8be9c |
UHC | 藉i洪辜 | 1110110110111110101000111110100111111011111100111100110111010000 | edbea3e9fbf3cdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)