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 | ÒàÔß¿ | 100011101101001011100000110101001101111110111111 | 8ed2e0d4dfbf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÒàÔß¿ | 00111111100011111010101011010010100011111010101110100010100011111010101011010100100011111010100111001110100011111010001011000100 | 3f8faad28faba28faad48fa9ce8fa2c4 |
UTF-8 | ÒàÔß¿ | 110000101000111011000011100100101100001110100000110000111001010011000011100111111100001010111111 | c28ec392c3a0c394c39fc2bf |
UHC | ????ß¿ | 0011111100111111001111110011111110101001101011001010001010101111 | 3f3f3f3fa9aca2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)