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 | 墻①?? | 100110101101010010000111010000000011111100111111 | 9ad487403f3f |
EUC-JP | 墻??? | 1101010011010110001111110011111100111111 | d4d63f3f3f |
UTF-8 | 墻①뀸掠 | 111001011010001010111011111000101001000110100000111010111000000010111000111011111010010110110101 | e5a2bbe291a0eb80b8efa5b5 |
UHC | 墻①뀸掠 | 1110110111011111101010001110011110000101101011101110010110110001 | eddfa8e785aee5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)