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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 鞨ィ繧若E | 11101000111000001010100011100011100000101000111011100001111100101000111101000101 | e8e0a8e3828ee1f28f45 |
EUC-JP | 鞨ィ繧若?E | 11110000111000101000111010101000111001011110001010111100111000110011111101000101 | f0e28ea8e5e2bce33f45 |
UTF-8 | 鞨ィ繧若E | 11101001100111101010100011101111101111011010100011100111101110011010011111101000100010111010010111101110100001111000011001000101 | e99ea8efbda8e7b9a7e88ba5ee878645 |
UHC | 鞨??若?E | 1100101011101010001111110011111111100101101101000011111101000101 | caea3f3fe5b43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)