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 | 隘銹 | 11101000101001011110011111110110 | e8a5e7f6 |
EUC-JP | 隘銹 | 11110000101001111110111011111000 | f0a7eef8 |
UTF-8 | 隘銹 | 111010011001101010011000111010011000101010111001 | e99a98e98ab9 |
UHC | 隘銹 | 11100100111101101110001011001000 | e4f6e2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)