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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宍鴫壌 | 100011101011001110001110101100001000111111101011 | 8eb38eb08feb |
EUC-JP | 宍鴫壌 | 101111001011010110111100101100101011111011101101 | bcb5bcb2beed |
UTF-8 | 宍鴫壌 | 111001011010111010001101111010011011010010101011111001011010001110001100 | e5ae8de9b4abe5a38c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)