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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 岳h? | 1000101001111000100000101000100000111111 | 8a7882883f |
EUC-JP | 岳h? | 1011001111011001101000111110100000111111 | b3d9a3e83f |
UTF-8 | 岳h끽 | 111001011011001010110011111011111011110110001000111010111000000110111101 | e5b2b3efbd88eb81bd |
UHC | 岳h끽 | 111001001011111110100011111010001011001110100011 | e4bfa3e8b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)