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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韭夂「」礦 | 1110100011101010100110101110011110100010101000111110000111100110 | e8ea9ae7a2a3e1e6 |
EUC-JP | 韭夂「」礦 | 11110000111011001101010011101001100011101010001010001110101000111110001011101000 | f0ecd4e98ea28ea3e2e8 |
UTF-8 | 韭夂「」礦 | 111010011001111110101101111001011010010010000010111011111011110110100010111011111011110110100011111001111010010010100110 | e99fade5a482efbda2efbda3e7a4a6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)