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 | 籤袢 | 11100010110111001110010111011001 | e2dce5d9 |
EUC-JP | 籤袢 | 11100100110111101110101011011011 | e4deeadb |
UTF-8 | 籤袢 | 111001111011000110100100111010001010001010100010 | e7b1a4e8a2a2 |
UHC | 籤? | 111101001101100100111111 | f4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)