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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淲セ訒セ^ | 11111011010001001011111011111011101000111011111001011110 | fb44befba3be5e |
EUC-JP | ?セ訒セ^ | 001111111000111010111110100011111101110111001000100011101011111001011110 | 3f8ebe8fddc88ebe5e |
UTF-8 | 淲セ訒セ^ | 11100110101101111011001011101111101111011011111011101000101010001001001011101111101111011011111001011110 | e6b7b2efbdbee8a892efbdbe5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)