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 | 茗砠 | 11100100101010101110000111100111 | e4aae1e7 |
EUC-JP | 茗砠 | 11101000101011001110001011101001 | e8ace2e9 |
UTF-8 | 茗砠 | 111010001000110010010111111001111010000010100000 | e88c97e7a0a0 |
UHC | 茗? | 110110011010101100111111 | d9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)