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 | 籤? | 111000101101110000111111 | e2dc3f |
EUC-JP | 籤靧 | 1110010011011110100011111110011110111000 | e4de8fe7b8 |
UTF-8 | 籤靧 | 111001111011000110100100111010011001110110100111 | e7b1a4e99da7 |
UHC | 籤? | 111101001101100100111111 | f4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)