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 | 淲ー迚セ^ | 11111011010001001011000011100111100010011011111001011110 | fb44b0e789be5e |
EUC-JP | ?ー迚セ^ | 0011111110001110101100001110110111101001100011101011111001011110 | 3f8eb0ede98ebe5e |
UTF-8 | 淲ー迚セ^ | 11100110101101111011001011101111101111011011000011101000101111111001101011101111101111011011111001011110 | e6b7b2efbdb0e8bf9aefbdbe5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)