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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踞顔枚 | 111001101111010110001010111001111001011010000111 | e6f58ae79687 |
EUC-JP | 踞顔枚 | 111011001111011110110100111010011100101111100111 | ecf7b4e9cbe7 |
UTF-8 | 踞顔枚 | 111010001011100010011110111010011010000110010100111001101001111010011010 | e8b89ee9a194e69e9a |
UHC | 踞顔枚 | 110010111110011011100100110101001101100011011101 | cbe6e4d4d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)