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 | 捨実雍 | 100011101100110010001110110000001110100010110100 | 8ecc8ec0e8b4 |
EUC-JP | 捨実雍 | 101111001100111010111100110000101111000010110110 | bccebcc2f0b6 |
UTF-8 | 捨実雍 | 111001101000110110101000111001011010111010011111111010011001101110001101 | e68da8e5ae9fe99b8d |
UHC | 捨?雍 | 1101111011010111001111111110100010111100 | ded73fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)