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 | 11111010110100000111100111111010110100000111100101000010 | fad079fad07942 |
EUC-JP | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
UTF-8 | 昻y昻yB | 111001101001100010111011011110011110011010011000101110110111100101000010 | e698bb79e698bb7942 |
UHC | 昻y昻yB | 11100100111010010111100111100100111010010111100101000010 | e4e979e4e97942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)