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@WD^ | 100100100100000001010111010001001001001001000000010101110100010001011110 | 92405744924057445e |
SJIS-WIN | ?@WD?@WD^ | 001111110100000001010111010001000011111101000000010101110100010001011110 | 3f4057443f4057445e |
EUC-JP | ?@WD?@WD^ | 001111110100000001010111010001000011111101000000010101110100010001011110 | 3f4057443f4057445e |
UTF-8 | @WD@WD^ | 1100001010010010010000000101011101000100110000101001001001000000010101110100010001011110 | c292405744c2924057445e |
UHC | ?@WD?@WD^ | 001111110100000001010111010001000011111101000000010101110100010001011110 | 3f4057443f4057445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)