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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 異??畔? | 10001000110110010011111100111111100101001100100000111111 | 88d93f3f94c83f |
EUC-JP | 異?珽畔? | 101100001101101100111111100011111100101111111110110010001100101000111111 | b0db3f8fcbfec8ca3f |
UTF-8 | 異렫珽畔렊 | 111001111001010110110000111010111010000010101011111001111000111110111101111001111001010110010100111010111010000010001010 | e795b0eba0abe78fbde79594eba08a |
UHC | 異렫珽畔렊 | 11101100101101101000111010111001111011111110101011011010111011011000111010100001 | ecb68eb9efeadaed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)