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 | 10001101110110100011111110001101110110100011111101000010 | 8dda3f8dda3f42 |
EUC-JP | 載銶載銶B | 1011101011011100100011111110010010101011101110101101110010001111111001001010101101000010 | badc8fe4abbadc8fe4ab42 |
UTF-8 | 載銶載銶B | 11101000101111001000100111101001100010101011011011101000101111001000100111101001100010101011011001000010 | e8bc89e98ab6e8bc89e98ab642 |
UHC | 載銶載銶B | 111011101011000011001111110010101110111010110000110011111100101001000010 | eeb0cfcaeeb0cfca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)