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 | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 将メ宵エQ | 10001111101010111101001010001111101010101011010001010001 | 8fabd28faab451 |
EUC-JP | 将メ宵エQ | 101111101010110110001110110100101011111010101100100011101011010001010001 | bead8ed2beac8eb451 |
UTF-8 | 将メ宵エQ | 11100101101100001000011011101111101111101001001011100101101011101011010111101111101111011011010001010001 | e5b086efbe92e5aeb5efbdb451 |
UHC | ??宵?Q | 001111110011111111100001101100100011111101010001 | 3f3fe1b23f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)