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 | 鮨ワ | 111010011011110111011100 | e9bddc |
EUC-JP | 鮨ワ | 11110010101111111000111011011100 | f2bf8edc |
UTF-8 | 鮨ワ | 111010011010111010101000111011111011111010011100 | e9aea8efbe9c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)