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 | ??T??KB | 00111111001111110101010000111111001111110100101101000010 | 3f3f543f3f4b42 |
SJIS-WIN | ??T??KB | 00111111001111110101010000111111001111110100101101000010 | 3f3f543f3f4b42 |
EUC-JP | ??T??KB | 00111111001111110101010000111111001111110100101101000010 | 3f3f543f3f4b42 |
UTF-8 | 챵횁T챵횁KB | 111011001011000110110101111011011001101010000001010101001110110010110001101101011110110110011010100000010100101101000010 | ecb1b5ed9a8154ecb1b5ed9a814b42 |
UHC | 챵횁T챵횁KB | 1100001110110010110000111000000101010100110000111011001011000011100000010100101101000010 | c3b2c38154c3b2c3814b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)