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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壹孟睹 | 100110101110001110010110110100001110000111001111 | 9ae396d0e1cf |
EUC-JP | 壹孟睹 | 110101001110010111001100110100101110001011010001 | d4e5ccd2e2d1 |
UTF-8 | 壹孟睹 | 111001011010001110111001111001011010110110011111111001111001110110111001 | e5a3b9e5ad9fe79db9 |
UHC | 壹孟睹 | 111011001110110011011000111010111101010010101001 | ececd8ebd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)