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 | 譏サ迚セ^ | 11100110100110001011101111100111100010011011111001011110 | e698bbe789be5e |
EUC-JP | 譏サ迚セ^ | 111010111111100010001110101110111110110111101001100011101011111001011110 | ebf88ebbede98ebe5e |
UTF-8 | 譏サ迚セ^ | 11101000101011011000111111101111101111011011101111101000101111111001101011101111101111011011111001011110 | e8ad8fefbdbbe8bf9aefbdbe5e |
UHC | 譏???^ | 110100011100000100111111001111110011111101011110 | d1c13f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)