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 | 100101101110101100111111001111110101010001000010 | 96eb3f3f5442 |
EUC-JP | 耶??TB | 110011001110110100111111001111110101010001000010 | cced3f3f5442 |
UTF-8 | 耶뽩푴TB | 1110100010000000101101101110101110111101101010011110110110010001101101000101010001000010 | e880b6ebbda9ed91b45442 |
UHC | 耶뽩푴TB | 1110010110101101100101101110010110111110100000100101010001000010 | e5ad96e5be825442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)