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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ンオソ猖 | 1101110110110101101111111110000011001001 | ddb5bfe0c9 |
EUC-JP | ンオソ猖 | 1000111011011101100011101011010110001110101111111110000011001011 | 8edd8eb58ebfe0cb |
UTF-8 | ンオソ猖 | 111011111011111010011101111011111011110110110101111011111011110110111111111001111000110010010110 | efbe9defbdb5efbdbfe78c96 |
UHC | ???猖 | 0011111100111111001111111111001111101001 | 3f3f3ff3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)