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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 余?余?B | 10010111010111010011111110010111010111010011111101000010 | 975d3f975d3f42 |
EUC-JP | 余?余?B | 11001101101111100011111111001101101111100011111101000010 | cdbe3fcdbe3f42 |
UTF-8 | 余뻟余뻟B | 11100100101111011001100111101011101110111001111111100100101111011001100111101011101110111001111101000010 | e4bd99ebbb9fe4bd99ebbb9f42 |
UHC | 余뻟余뻟B | 111001011111100110010110011010011110010111111001100101100110100101000010 | e5f99669e5f9966942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)