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 | 11100001100111111000001111001010001111110101010001000010 | e19f83ca3f5442 |
EUC-JP | 癲μ?TB | 11100010101000011010011011001100001111110101010001000010 | e2a1a6cc3f5442 |
UTF-8 | 癲μ뙷TB | 11100111100110011011001011001110101111001110101110011001101101110101010001000010 | e799b2cebceb99b75442 |
UHC | 癲μ뙷TB | 1110111110100110101001011110110010001100101110100101010001000010 | efa6a5ec8cba5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)