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 | 甬? | 111000010101010000111111 | e1543f |
EUC-JP | 甬? | 111000011011010100111111 | e1b53f |
UTF-8 | 甬媤 | 111001111001010010101100111001011010101010100100 | e794ace5aaa4 |
UHC | 甬媤 | 11101001110001011110001110111000 | e9c5e3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)