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 | 鞴 | 11101000111001001111000011000111 | e8e4f0c7 |
EUC-JP | 鞴? | 111100001110011000111111 | f0e63f |
UTF-8 | 鞴 | 111010011001111010110100111011101000001010000110 | e99eb4ee8286 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)