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 | 霍酌 | 11101000101101111000111011011110 | e8b78ede |
EUC-JP | 霍酌 | 11110000101110011011110011100000 | f0b9bce0 |
UTF-8 | 霍酌 | 111010011001110010001101111010011000010110001100 | e99c8de9858c |
UHC | ?酌 | 001111111110110111001100 | 3fedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)