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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠇。隴魯^ | 1111101110100001101000011110100010101101100110000100010001011110 | fba1a1e8ad98445e |
EUC-JP | ?。隴魯^ | 0011111110001110101000011111000010101111110011111010010101011110 | 3f8ea1f0afcfa55e |
UTF-8 | 蠇。隴魯^ | 11101000101000001000011111101111101111011010000111101001100110101011010011101001101011011010111101011110 | e8a087efbda1e99ab4e9adaf5e |
UHC | ???魯^ | 001111110011111100111111110101101101101101011110 | 3f3f3fd6db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)