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 | 銑? | 100100010100110000111111 | 914c3f |
EUC-JP | 銑炘 | 1100000110101101100011111100100111010000 | c1ad8fc9d0 |
UTF-8 | 銑炘 | 111010011000101010010001111001111000001010011000 | e98a91e78298 |
UHC | 銑炘 | 11100000110101011111110111011100 | e0d5fddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)