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 | x¤^ | 100011110111100010001010101001001001110010011001100010111000111101011110 | 8f788aa49c998b8f5e |
SJIS-WIN | ?x??????^ | 001111110111100000111111001111110011111100111111001111110011111101011110 | 3f783f3f3f3f3f3f5e |
EUC-JP | ?x?¤????^ | 0011111101111000001111111000111110100010111100000011111100111111001111110011111101011110 | 3f783f8fa2f03f3f3f3f5e |
UTF-8 | x¤^ | 11000010100011110111100011000010100010101100001010100100110000101001110011000010100110011100001010001011110000101000111101011110 | c28f78c28ac2a4c29cc299c28bc28f5e |
UHC | ?x?¤????^ | 00111111011110000011111110100010101101000011111100111111001111110011111101011110 | 3f783fa2b43f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)