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 | 甞畩獏 | 111000010101001011100001010111011110000011010001 | e152e15de0d1 |
EUC-JP | 甞畩獏 | 111000011011001111100001101111101110000011010011 | e1b3e1bee0d3 |
UTF-8 | 甞畩獏 | 111001111001010010011110111001111001010110101001111001111000110110001111 | e7949ee795a9e78d8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)