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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 燼?燼?Q] | 1110000010011110001111111110000010011110001111110101000101011101 | e09e3fe09e3f515d |
EUC-JP | 燼?燼?Q] | 1101111111111110001111111101111111111110001111110101000101011101 | dffe3fdffe3f515d |
UTF-8 | 燼렯燼렦Q] | 1110011110000111101111001110101110100000101011111110011110000111101111001110101110100000101001100101000101011101 | e787bceba0afe787bceba0a6515d |
UHC | 燼렯燼렦Q] | 11100011111010001000111010111100111000111110100010001110101101010101000101011101 | e3e88ebce3e88eb5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)