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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨実雉 | 100011101100110010001110110000001110100010110011 | 8ecc8ec0e8b3 |
EUC-JP | 捨実雉 | 101111001100111010111100110000101111000010110101 | bccebcc2f0b5 |
UTF-8 | 捨実雉 | 111001101000110110101000111001011010111010011111111010011001101110001001 | e68da8e5ae9fe99b89 |
UHC | 捨?雉 | 1101111011010111001111111111011011001011 | ded73ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)