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 | 言琪 | 10001100101111101111101101101000 | 8cbefb68 |
EUC-JP | 言琪 | 1011100011000000100011111100110010101110 | b8c08fccae |
UTF-8 | 言琪 | 111010001010100010000000111001111001000010101010 | e8a880e790aa |
UHC | 言琪 | 11100101111010111101000110101110 | e5ebd1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)