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 | 明箟 | 10010110101111101110001010101111 | 96bee2af |
EUC-JP | 明箟 | 11001100110000001110010010110001 | ccc0e4b1 |
UTF-8 | 明箟 | 111001101001100010001110111001111010111010011111 | e6988ee7ae9f |
UHC | 明? | 110110011010010100111111 | d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)