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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?豐辯貍B | 0011111111100110101100101110011110000111111001101011110001000010 | 3fe6b2e787e6bc42 |
EUC-JP | 淎豐辯貍B | 10001111110001111101100011101100101101001110110111100111111011001011111001000010 | 8fc7d8ecb4ede7ecbe42 |
UTF-8 | 淎豐辯貍B | 11100110101101111000111011101000101100011001000011101000101111101010111111101000101100101000110101000010 | e6b78ee8b190e8beafe8b28d42 |
UHC | ??辯?B | 001111110011111111011100101010100011111101000010 | 3f3fdcaa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)