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 | 苒쁛 | 111010001000101110010010111011001000000110011011 | e88b92ec819b |
UHC | 苒쁛 | 11100110111111101001100001011010 | e6fe985a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)