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 | 藺? | 111001010110000100111111 | e5613f |
EUC-JP | 藺? | 111010011100001000111111 | e9c23f |
UTF-8 | 藺읽 | 111010001001011110111010111011001001110110111101 | e897baec9dbd |
UHC | 藺읽 | 11010111111101001100000011010000 | d7f4c0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)