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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋?淫? | 100100101001110000111111100010001111101000111111 | 929c3f88fa3f |
EUC-JP | 凋?淫? | 110000111111110000111111101100001111110000111111 | c3fc3fb0fc3f |
UTF-8 | 凋렪淫괵 | 111001011000011110001011111010111010000010101010111001101011011110101011111010101011010010110101 | e5878beba0aae6b7abeab4b5 |
UHC | 凋렪淫괵 | 1111000010111101100011101011100011101011111000101011000110101100 | f0bd8eb8ebe2b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)