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 | 銑? | 110000011010110100111111 | c1ad3f |
UTF-8 | 銑蟬 | 111010011000101010010001111010001001111110101100 | e98a91e89fac |
UHC | 銑蟬 | 11100000110101011110000011010001 | e0d5e0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)