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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 莵謝質E | 11100100101101111000111011010011100011101011111101000101 | e4b78ed38ebf45 |
EUC-JP | 莵謝質E | 11101000101110011011110011010101101111001100000101000101 | e8b9bcd5bcc145 |
UTF-8 | 莵謝質E | 11101000100011101011010111101000101011001001110111101000101100111010101001000101 | e88eb5e8ac9de8b3aa45 |
UHC | ?謝質E | 001111111101111011110011111100101111010101000101 | 3fdef3f2f545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)