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 | 甬瀰 | 11100001010101001110000001101111 | e154e06f |
EUC-JP | 甬瀰 | 11100001101101011101111111010000 | e1b5dfd0 |
UTF-8 | 甬瀰 | 111001111001010010101100111001111000000010110000 | e794ace780b0 |
UHC | 甬? | 111010011100010100111111 | e9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)