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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘槫エ守「鍋 | 11101000101001011001111011100101101101001000111011100111101000101001001111100111 | e8a59ee5b48ee7a293e7 |
EUC-JP | 隘槫エ守「鍋 | 111100001010011111011100111001111000111010110100101111001110100110001110101000101100011011101001 | f0a7dce78eb4bce98ea2c6e9 |
UTF-8 | 隘槫エ守「鍋 | 111010011001101010011000111001101010011110101011111011111011110110110100111001011010111010001000111011111011110110100010111010011000110110001011 | e99a98e6a7abefbdb4e5ae88efbda2e98d8b |
UHC | 隘??守?鍋 | 111001001111011000111111001111111110000111111010001111111100111010100111 | e4f63f3fe1fa3fcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)