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 | ?O?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
SJIS-WIN | 辰O辰O^ | 10010010010000110100111110010010010000110100111101011110 | 92434f92434f5e |
EUC-JP | 辰O辰O^ | 11000011101001000100111111000011101001000100111101011110 | c3a44fc3a44f5e |
UTF-8 | 辰O辰O^ | 111010001011111010110000010011111110100010111110101100000100111101011110 | e8beb04fe8beb04f5e |
UHC | 辰O辰O^ | 11110010111000110100111111110010111000110100111101011110 | f2e34ff2e34f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)