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 | 霎ー荳ケ^ | 11101000101111101011000011100100101110001011100101011110 | e8beb0e4b8b95e |
EUC-JP | 霎ー荳ケ^ | 111100001100000010001110101100001110100010111010100011101011100101011110 | f0c08eb0e8ba8eb95e |
UTF-8 | 霎ー荳ケ^ | 11101001100111001000111011101111101111011011000011101000100011011011001111101111101111011011100101011110 | e99c8eefbdb0e88db3efbdb95e |
UHC | ??荳?^ | 001111110011111111010100111001010011111101011110 | 3f3fd4e53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)