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 | 淫?刮 | 1000100011111010001111111001100110001001 | 88fa3f9989 |
EUC-JP | 淫?刮 | 1011000011111100001111111101000111101001 | b0fc3fd1e9 |
UTF-8 | 淫멱刮 | 111001101011011110101011111010111010100110110001111001011000100010101110 | e6b7abeba9b1e588ae |
UHC | 淫멱刮 | 111010111110001010111000111010001100111010111110 | ebe2b8e8cebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)