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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蜥悟柱B | 11100101100100101000110011100101100100101000110001000010 | e5928ce5928c42 |
EUC-JP | 蜥悟柱B | 11101001111100101011100011100111110000111110110001000010 | e9f2b8e7c3ec42 |
UTF-8 | 蜥悟柱B | 11101000100111001010010111100110100000101001111111100110100111111011000101000010 | e89ca5e6829fe69fb142 |
UHC | ?悟柱B | 001111111110011111110110111100011011101001000010 | 3fe7f6f1ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)