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 | 苒쪮 | 111010001000101110010010111011001010101010101110 | e88b92ecaaae |
UHC | 苒쪮 | 11100110111111101010011001000111 | e6fea647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)