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 | 葬耆 | 10010001100100101110001111001011 | 9192e3cb |
EUC-JP | 葬耆 | 11000001111100101110011011001101 | c1f2e6cd |
UTF-8 | 葬耆 | 111010001001000110101100111010001000000010000110 | e891ace88086 |
UHC | 葬耆 | 11101101111101111101000110111101 | edf7d1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)