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 | 鰡醯 | 11101001110111011110011111001111 | e9dde7cf |
EUC-JP | 鰡醯 | 11110010110111111110111011010001 | f2dfeed1 |
UTF-8 | 鰡醯 | 111010011011000010100001111010011000011010101111 | e9b0a1e986af |
UHC | ?醯 | 001111111111101110111000 | 3ffbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)