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] | 111110110101101110001110101010010101000101011101 | fb5b8ea9515d |
SJIS-WIN | ?[??Q] | 001111110101101100111111001111110101000101011101 | 3f5b3f3f515d |
EUC-JP | û[?©Q] | 10001111101010111110010101011011001111111000111110100010111011010101000101011101 | 8fabe55b3f8fa2ed515d |
UTF-8 | û[©Q] | 110000111011101101011011110000101000111011000010101010010101000101011101 | c3bb5bc28ec2a9515d |
UHC | ?[??Q] | 001111110101101100111111001111110101000101011101 | 3f5b3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)