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 | 碩茗 | 10010000110101111110010010101010 | 90d7e4aa |
EUC-JP | 碩茗 | 11000000110110011110100010101100 | c0d9e8ac |
UTF-8 | 碩茗 | 111001111010001010101001111010001000110010010111 | e7a2a9e88c97 |
UHC | 碩茗 | 11100000101101011101100110101011 | e0b5d9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)