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??h | 0011111101010100001111110011111101101000 | 3f543f3f68 |
SJIS-WIN | ?T??h | 0011111101010100001111110011111101101000 | 3f543f3f68 |
EUC-JP | ?T??h | 0011111101010100001111110011111101101000 | 3f543f3f68 |
UTF-8 | 청T쨔징h | 1110110010110010101011010101010011101100101010001001010011101100101001111001010101101000 | ecb2ad54eca894eca79568 |
UHC | 청T쨔징h | 1100001110111011010101001100001010111001110000101010000101101000 | c3bb54c2b9c2a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)