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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
EUC-JP | 搔y搔yB | 100011111100000011001011011110011000111111000000110010110111100101000010 | 8fc0cb798fc0cb7942 |
UTF-8 | 搔y搔yB | 111001101001000010010100011110011110011010010000100101000111100101000010 | e6909479e690947942 |
UHC | 搔y搔yB | 11100001101110000111100111100001101110000111100101000010 | e1b879e1b87942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)