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 | 岳? | 100010100111100000111111 | 8a783f |
EUC-JP | 岳? | 101100111101100100111111 | b3d93f |
UTF-8 | 岳껬 | 111001011011001010110011111010101011101110101100 | e5b2b3eabbac |
UHC | 岳껬 | 11100100101111111000010001000101 | e4bf8445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)