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 | 盍盍 | 111000011011001011111000111000011110000110110010 | e1b2f8e1e1b2 |
EUC-JP | 盍?盍 | 1110001010110100001111111110001010110100 | e2b43fe2b4 |
UTF-8 | 盍盍 | 111001111001101110001101111011101001101010000000111001111001101110001101 | e79b8dee9a80e79b8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)