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 | 岳랦 | 111001011011001010110011111010111001111010100110 | e5b2b3eb9ea6 |
UHC | 岳랦 | 11100100101111111000111001000111 | e4bf8e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)