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^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 匙WD匙WD^ | 100011011111101001010111010001001000110111111010010101110100010001011110 | 8dfa57448dfa57445e |
EUC-JP | 匙WD匙WD^ | 101110101111110001010111010001001011101011111100010101110100010001011110 | bafc5744bafc57445e |
UTF-8 | 匙WD匙WD^ | 1110010110001100100110010101011101000100111001011000110010011001010101110100010001011110 | e58c995744e58c9957445e |
UHC | 匙WD匙WD^ | 111000111011010101010111010001001110001110110101010101110100010001011110 | e3b55744e3b557445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)