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 | 忘鴉 | 10010110010110011110100111101011 | 9659e9eb |
EUC-JP | 忘鴉 | 11001011101110101111001011101101 | cbbaf2ed |
UTF-8 | 忘鴉 | 111001011011111110011000111010011011010010001001 | e5bf98e9b489 |
UHC | 忘鴉 | 11011000110011101110010010111100 | d8cee4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)