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 | 11101001111010110111100111101001111010110111100101000010 | e9eb79e9eb7942 |
EUC-JP | 鴉y鴉yB | 11110010111011010111100111110010111011010111100101000010 | f2ed79f2ed7942 |
UTF-8 | 鴉y鴉yB | 111010011011010010001001011110011110100110110100100010010111100101000010 | e9b48979e9b4897942 |
UHC | 鴉y鴉yB | 11100100101111000111100111100100101111000111100101000010 | e4bc79e4bc7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)