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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | 将ゥ宵、h将ゥ | 10001111101010111010100110001111101010101010010001101000100011111010101110101001 | 8faba98faaa4688faba9 |
EUC-JP | 将ゥ宵、h将ゥ | 10111110101011011000111010101001101111101010110010001110101001000110100010111110101011011000111010101001 | bead8ea9beac8ea468bead8ea9 |
UTF-8 | 将ゥ宵、h将ゥ | 11100101101100001000011011101111101111011010100111100101101011101011010111101111101111011010010001101000111001011011000010000110111011111011110110101001 | e5b086efbda9e5aeb5efbda468e5b086efbda9 |
UHC | ??宵?h?? | 0011111100111111111000011011001000111111011010000011111100111111 | 3f3fe1b23f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)