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 | 墻??詣 | 100110101101010000111111001111111000110001110111 | 9ad43f3f8c77 |
EUC-JP | 墻??詣 | 110101001101011000111111001111111011011111011000 | d4d63f3fb7d8 |
UTF-8 | 墻양댚詣 | 111001011010001010111011111011001001011010010001111010111000110010011010111010001010100110100011 | e5a2bbec9691eb8c9ae8a9a3 |
UHC | 墻양댚詣 | 1110110111011111101111101110011110001000101111101110011111100001 | eddfbee788bee7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)