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 | 11101000101110111110000011000010100101101011011101000010 | e8bbe0c296b742 |
EUC-JP | 霆狡鵡B | 11110000101111011110000011000100110011001011100101000010 | f0bde0c4ccb942 |
UTF-8 | 霆狡鵡B | 11101001100111001000011011100111100010111010000111101001101101011010000101000010 | e99c86e78ba1e9b5a142 |
UHC | 霆狡鵡B | 11101111111111011100111011101010110110011111011101000010 | effdceead9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)