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·º@ | 1001001001000011100100011011011110010001101110101001001001000000 | 924391b791ba9240 |
SJIS-WIN | ?C?????@ | 0011111101000011001111110011111100111111001111110011111101000000 | 3f433f3f3f3f3f40 |
EUC-JP | ?C???º?@ | 00111111010000110011111100111111001111111000111110100010111010110011111101000000 | 3f433f3f3f8fa2eb3f40 |
UTF-8 | C·º@ | 1100001010010010010000111100001010010001110000101011011111000010100100011100001010111010110000101001001001000000 | c29243c291c2b7c291c2bac29240 |
UHC | ?C?·?º?@ | 00111111010000110011111110100001101001000011111110101000101011000011111101000000 | 3f433fa1a43fa8ac3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)