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 | 吠与 | 10010110011010011001011101011110 | 9669975e |
EUC-JP | 吠与 | 11001011110010101100110110111111 | cbcacdbf |
UTF-8 | 吠与 | 111001011001000010100000111001001011100010001110 | e590a0e4b88e |
UHC | 吠? | 111110001100010100111111 | f8c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)