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 | 11100001101000010111100111100001101000010111100101000010 | e1a179e1a17942 |
EUC-JP | 癸y癸yB | 11100010101000110111100111100010101000110111100101000010 | e2a379e2a37942 |
UTF-8 | 癸y癸yB | 111001111001100110111000011110011110011110011001101110000111100101000010 | e799b879e799b87942 |
UHC | 癸y癸yB | 11001101101001000111100111001101101001000111100101000010 | cda479cda47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)