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 | 100011101101011011100110110001001000111011010110111001101100010001000010 | 8ed6e6c48ed6e6c442 |
EUC-JP | 蛇貽蛇貽B | 101111001101100011101100110001101011110011011000111011001100011001000010 | bcd8ecc6bcd8ecc642 |
UTF-8 | 蛇貽蛇貽B | 11101000100110111000011111101000101100101011110111101000100110111000011111101000101100101011110101000010 | e89b87e8b2bde89b87e8b2bd42 |
UHC | 蛇貽蛇貽B | 110111101110111111101100110000101101111011101111111011001100001001000010 | deefecc2deefecc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)