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 | ×?^ | 110101110011111101011110 | d73f5e |
SJIS-WIN | ×¥^ | 1000000101111110100000011000111101011110 | 817e818f5e |
EUC-JP | ×¥^ | 1010000111011111101000011110111101011110 | a1dfa1ef5e |
UTF-8 | ×¥^ | 110000111001011111101111101111111010010101011110 | c397efbfa55e |
UHC | ×¥^ | 1010000110111111101000011100110101011110 | a1bfa1cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)