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 | 甬籠 | 111001111001010010101100111011111010010110000100 | e794acefa584 |
UHC | 甬籠 | 11101001110001011101001011011001 | e9c5d2d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)