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 | 晩? | 100101001101001100111111 | 94d33f |
EUC-JP | 晩? | 110010001101010100111111 | c8d53f |
UTF-8 | 晩깃 | 111001101001100110101001111010101011100110000011 | e699a9eab983 |
UHC | 晩깃 | 11011000101110011011000111101010 | d8b9b1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)