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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 訷夂泝Q | 11111011101001001001101011100111100111111001101101010001 | fba49ae79f9b51 |
EUC-JP | 訷夂泝Q | 1000111111011101110101001101010011101001110111011111101101010001 | 8fddd4d4e9ddfb51 |
UTF-8 | 訷夂泝Q | 11101000101010001011011111100101101001001000001011100110101100111001110101010001 | e8a8b7e5a482e6b39d51 |
UHC | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)