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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 論y論yB | 10011000010111110111100110011000010111110111100101000010 | 985f79985f7942 |
EUC-JP | 論y論yB | 11001111110000000111100111001111110000000111100101000010 | cfc079cfc07942 |
UTF-8 | 論y論yB | 111010001010101110010110011110011110100010101011100101100111100101000010 | e8ab9679e8ab967942 |
UHC | 論y論yB | 11010110111001010111100111010110111001010111100101000010 | d6e579d6e57942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)