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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、骼オ示糜 | 11110000101010101010010011101001100011101011010110001110101001101110001011110100 | f0aaa4e98eb58ea6e2f4 |
EUC-JP | ?、骼オ示糜 | 0011111110001110101001001111000111101110100011101011010110111100101010001110010011110110 | 3f8ea4f1ee8eb5bca8e4f6 |
UTF-8 | 、骼オ示糜 | 111011101000000110101001111011111011110110100100111010011010101010111100111011111011110110110101111001111010010010111010111001111011001110011100 | ee81a9efbda4e9aabcefbdb5e7a4bae7b39c |
UHC | ????示? | 00111111001111110011111100111111111000111100011000111111 | 3f3f3f3fe3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)