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 | 11100000101011110111100111100000101011110111100101000010 | e0af79e0af7942 |
EUC-JP | 牘y牘yB | 11100000101100010111100111100000101100010111100101000010 | e0b179e0b17942 |
UTF-8 | 牘y牘yB | 111001111000100110011000011110011110011110001001100110000111100101000010 | e7899879e789987942 |
UHC | 牘y牘yB | 11010100101110100111100111010100101110100111100101000010 | d4ba79d4ba7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)