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 | 渫鴿鴿 | 100111111101011011101001111110011110100111111001 | 9fd6e9f9e9f9 |
EUC-JP | 渫鴿鴿 | 110111101101100011110010111110111111001011111011 | ded8f2fbf2fb |
UTF-8 | 渫鴿鴿 | 111001101011100010101011111010011011010010111111111010011011010010111111 | e6b8abe9b4bfe9b4bf |
UHC | 渫?? | 11100000110111100011111100111111 | e0de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)