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 | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
SJIS-WIN | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
EUC-JP | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
UTF-8 | 천청e천청eB | 111011001011001010011100111011001011001010101101011001011110110010110010100111001110110010110010101011010110010101000010 | ecb29cecb2ad65ecb29cecb2ad6542 |
UHC | 천청e천청eB | 1100001110110101110000111011101101100101110000111011010111000011101110110110010101000010 | c3b5c3bb65c3b5c3bb6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)