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 | 災?靂 | 1000110111010000001111111110100011001100 | 8dd03fe8cc |
EUC-JP | 災?靂 | 1011101011010010001111111111000011001110 | bad23ff0ce |
UTF-8 | 災고靂 | 111001111000000110111101111010101011001110100000111010011001110110000010 | e781bdeab3a0e99d82 |
UHC | 災고靂 | 111011101010110010110000111011011101010111111010 | eeacb0edd5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)