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 | 苒? | 111001001001001000111111 | e4923f |
EUC-JP | 苒? | 111001111111001000111111 | e7f23f |
UTF-8 | 苒쟃 | 111010001000101110010010111011001001111110000011 | e88b92ec9f83 |
UHC | 苒쟃 | 11100110111111101010000001000111 | e6fea047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)