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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鴣室 | 11101001111100111000111010111010 | e9f38eba |
EUC-JP | 鴣室 | 11110010111101011011110010111100 | f2f5bcbc |
UTF-8 | 鴣室 | 111010011011010010100011111001011010111010100100 | e9b4a3e5aea4 |
UHC | ?室 | 001111111110001111111000 | 3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)