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 | 岳멑 | 111001011011001010110011111010111010100110010001 | e5b2b3eba991 |
UHC | 岳멑 | 11100100101111111001000101000110 | e4bf9146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)