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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ?串?Q] | 001111111000101111111000001111110101000101011101 | 3f8bf83f515d |
EUC-JP | ?串?Q] | 001111111011011011111010001111110101000101011101 | 3fb6fa3f515d |
UTF-8 | 룴串퓻Q] | 1110101110100011101101001110010010111000101100101110110110010011101110110101000101011101 | eba3b4e4b8b2ed93bb515d |
UHC | 룴串퓻Q] | 1000111110101001110011011111101011000111101111110101000101011101 | 8fa9cdfac7bf515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)