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 | ?WD^ | 00111111010101110100010001011110 | 3f57445e |
SJIS-WIN | 涌WD^ | 1001011101001111010101110100010001011110 | 974f57445e |
EUC-JP | 涌WD^ | 1100110110110000010101110100010001011110 | cdb057445e |
UTF-8 | 涌WD^ | 111001101011011010001100010101110100010001011110 | e6b68c57445e |
UHC | 涌WD^ | 1110100110111111010101110100010001011110 | e9bf57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)