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 | 淫?馬 | 1000100011111010001111111001010001101110 | 88fa3f946e |
EUC-JP | 淫?馬 | 1011000011111100001111111100011111001111 | b0fc3fc7cf |
UTF-8 | 淫멱馬 | 111001101011011110101011111010111010100110110001111010011010011010101100 | e6b7abeba9b1e9a6ac |
UHC | 淫멱馬 | 111010111110001010111000111010001101100010101001 | ebe2b8e8d8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)