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 | 10001001010010100111100110001001010010100111100101000010 | 894a79894a7942 |
EUC-JP | 雨y雨yB | 10110001101010110111100110110001101010110111100101000010 | b1ab79b1ab7942 |
UTF-8 | 雨y雨yB | 111010011001101110101000011110011110100110011011101010000111100101000010 | e99ba879e99ba87942 |
UHC | 雨y雨yB | 11101001111010110111100111101001111010110111100101000010 | e9eb79e9eb7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)