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 | ¡ß«À^ | 101000011101111110001111101010111100000001011110 | a1df8fabc05e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ¡ß??À^ | 100011111010001011000010100011111010100111001110001111110011111110001111101010101010001001011110 | 8fa2c28fa9ce3f3f8faaa25e |
UTF-8 | ¡ß«À^ | 1100001010100001110000111001111111000010100011111100001010101011110000111000000001011110 | c2a1c39fc28fc2abc3805e |
UHC | ¡ß???^ | 1010001010101110101010011010110000111111001111110011111101011110 | a2aea9ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)