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 | 10001010010011110111100110001010010011110111100101000010 | 8a4f798a4f7942 |
EUC-JP | 外y外yB | 10110011101100000111100110110011101100000111100101000010 | b3b079b3b07942 |
UTF-8 | 外y外yB | 111001011010010010010110011110011110010110100100100101100111100101000010 | e5a49679e5a4967942 |
UHC | 外y外yB | 11101000111000100111100111101000111000100111100101000010 | e8e279e8e27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)