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 | CeCeB | 10010010010000110110010110010010010000110110010101000010 | 92436592436542 |
SJIS-WIN | ?Ce?CeB | 00111111010000110110010100111111010000110110010101000010 | 3f43653f436542 |
EUC-JP | ?Ce?CeB | 00111111010000110110010100111111010000110110010101000010 | 3f43653f436542 |
UTF-8 | CeCeB | 110000101001001001000011011001011100001010010010010000110110010101000010 | c2924365c292436542 |
UHC | ?Ce?CeB | 00111111010000110110010100111111010000110110010101000010 | 3f43653f436542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)