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 | 111110101101111111100011110110111111101011011111111000111101101101000010 | fadfe3dbfadfe3db42 |
EUC-JP | 朎聟朎聟B | 1000111111000010111100001110011011011101100011111100001011110000111001101101110101000010 | 8fc2f0e6dd8fc2f0e6dd42 |
UTF-8 | 朎聟朎聟B | 11100110100111001000111011101000100000011001111111100110100111001000111011101000100000011001111101000010 | e69c8ee8819fe69c8ee8819f42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)