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 | 111000011100011011110010111100001110000111000110111000111101101101000010 | e1c6f2f0e1c6e3db42 |
EUC-JP | 眸?眸聟B | 1110001011001000001111111110001011001000111001101101110101000010 | e2c83fe2c8e6dd42 |
UTF-8 | 眸眸聟B | 11100111100111001011100011101110100010001010011111100111100111001011100011101000100000011001111101000010 | e79cb8ee88a7e79cb8e8819f42 |
UHC | 眸?眸?B | 11011001110000100011111111011001110000100011111101000010 | d9c23fd9c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)