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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 谿時 | 11100110101011101000111010011110 | e6ae8e9e |
EUC-JP | 谿時 | 11101100101100001011101111111110 | ecb0bbfe |
UTF-8 | 谿時 | 111010001011000010111111111001101001100110000010 | e8b0bfe69982 |
UHC | 谿時 | 11001101101011001110001111000001 | cdace3c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)