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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 尺邪B | 1000111011011010100011101101011101000010 | 8eda8ed742 |
EUC-JP | 尺邪B | 1011110011011100101111001101100101000010 | bcdcbcd942 |
UTF-8 | 尺邪B | 11100101101100001011101011101001100000101010101001000010 | e5b0bae982aa42 |
UHC | 尺邪B | 1111010010101001110111101111011101000010 | f4a9def742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)