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 | 懌畚 | 10011100111000101110000101011100 | 9ce2e15c |
EUC-JP | 懌畚 | 11011000111001001110000110111101 | d8e4e1bd |
UTF-8 | 懌畚 | 111001101000011110001100111001111001010110011010 | e6878ce7959a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)