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 | «Ò¡ß^ | 100011111010101111010010101000011101111101011110 | 8fabd2a1df5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ??Ò¡ß^ | 001111110011111110001111101010101101001010001111101000101100001010001111101010011100111001011110 | 3f3f8faad28fa2c28fa9ce5e |
UTF-8 | «Ò¡ß^ | 1100001010001111110000101010101111000011100100101100001010100001110000111001111101011110 | c28fc2abc392c2a1c39f5e |
UHC | ???¡ß^ | 0011111100111111001111111010001010101110101010011010110001011110 | 3f3f3fa2aea9ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)