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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 岳?\ | 10001010011110000011111101011100 | 8a783f5c |
EUC-JP | 岳?\ | 10110011110110010011111101011100 | b3d93f5c |
UTF-8 | 岳턦\ | 11100101101100101011001111101101100001001010011001011100 | e5b2b3ed84a65c |
UHC | 岳턦\ | 1110010010111111101101100110011101011100 | e4bfb6675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)