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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淫?冽 | 1000100011111010001111111001100101110111 | 88fa3f9977 |
EUC-JP | 淫?冽 | 1011000011111100001111111101000111011000 | b0fc3fd1d8 |
UTF-8 | 淫쾡冽 | 111001101011011110101011111011001011111010100001111001011000011010111101 | e6b7abecbea1e586bd |
UHC | 淫쾡冽 | 111010111110001011000100111010011101011010101001 | ebe2c4e9d6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)