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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墻②?壅 | 10011010110101001000011101000001001111111001101011010111 | 9ad487413f9ad7 |
EUC-JP | 墻??壅 | 110101001101011000111111001111111101010011011001 | d4d63f3fd4d9 |
UTF-8 | 墻②썔壅 | 111001011010001010111011111000101001000110100001111011001000110110010100111001011010001110000101 | e5a2bbe291a1ec8d94e5a385 |
UHC | 墻②썔壅 | 1110110111011111101010001110100010011011100001111110100010110101 | eddfa8e89b87e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)