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 | C]KPIB | 10010010010000111001001001011101100100100100101110010010010100000100100101000010 | 9243925d924b92504942 |
SJIS-WIN | ?C?]?K?PIB | 00111111010000110011111101011101001111110100101100111111010100000100100101000010 | 3f433f5d3f4b3f504942 |
EUC-JP | ?C?]?K?PIB | 00111111010000110011111101011101001111110100101100111111010100000100100101000010 | 3f433f5d3f4b3f504942 |
UTF-8 | C]KPIB | 1100001010010010010000111100001010010010010111011100001010010010010010111100001010010010010100000100100101000010 | c29243c2925dc2924bc292504942 |
UHC | ?C?]?K?PIB | 00111111010000110011111101011101001111110100101100111111010100000100100101000010 | 3f433f5d3f4b3f504942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)