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^ | 100110000101111101010111010001001001100001011111010101110100010001011110 | 985f5744985f57445e |
SJIS-WIN | ?_WD?_WD^ | 001111110101111101010111010001000011111101011111010101110100010001011110 | 3f5f57443f5f57445e |
EUC-JP | ?_WD?_WD^ | 001111110101111101010111010001000011111101011111010101110100010001011110 | 3f5f57443f5f57445e |
UTF-8 | _WD_WD^ | 1100001010011000010111110101011101000100110000101001100001011111010101110100010001011110 | c2985f5744c2985f57445e |
UHC | ?_WD?_WD^ | 001111110101111101010111010001000011111101011111010101110100010001011110 | 3f5f57443f5f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)