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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 塢??TB | 100110101100011100111111001111110101010001000010 | 9ac73f3f5442 |
EUC-JP | 塢??TB | 110101001100100100111111001111110101010001000010 | d4c93f3f5442 |
UTF-8 | 塢뽳쉘TB | 1110010110100001101000101110101110111101101100111110110010001001100110000101010001000010 | e5a1a2ebbdb3ec89985442 |
UHC | 塢뽳쉘TB | 1110011111110001100101101110111110111101101010010101010001000010 | e7f196efbda95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)