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 | 10010010010000000111100110010010010000000111100101000010 | 92407992407942 |
EUC-JP | 叩y叩yB | 11000011101000010111100111000011101000010111100101000010 | c3a179c3a17942 |
UTF-8 | 叩y叩yB | 111001011000111110101001011110011110010110001111101010010111100101000010 | e58fa979e58fa97942 |
UHC | 叩y叩yB | 11001101101100000111100111001101101100000111100101000010 | cdb079cdb07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)