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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 自治爾雫E | 100011101010100110001110101000011000111010100010100011101011010001000101 | 8ea98ea18ea28eb445 |
EUC-JP | 自治爾雫E | 101111001010101110111100101000111011110010100100101111001011011001000101 | bcabbca3bca4bcb645 |
UTF-8 | 自治爾雫E | 11101000100001111010101011100110101100101011101111100111100010001011111011101001100110111010101101000101 | e887aae6b2bbe788bee99bab45 |
UHC | 自治爾?E | 1110110110111011111101101011110111101100101100110011111101000101 | edbbf6bdecb33f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)