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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠇。隴椀 | 11111011101000011010000111101000101011011001100001101111 | fba1a1e8ad986f |
EUC-JP | ?。隴椀 | 00111111100011101010000111110000101011111100111111010000 | 3f8ea1f0afcfd0 |
UTF-8 | 蠇。隴椀 | 111010001010000010000111111011111011110110100001111010011001101010110100111001101010010010000000 | e8a087efbda1e99ab4e6a480 |
UHC | ???椀 | 0011111100111111001111111110100011001010 | 3f3f3fe8ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)