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 | 頁? | 100101011100010100111111 | 95c53f |
EUC-JP | 頁? | 110010101100011100111111 | cac73f |
UTF-8 | 頁뺫 | 111010011010000010000001111010111011101010101011 | e9a081ebbaab |
UHC | 頁뺫 | 11111010111011011001010111110010 | faed95f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)