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 | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | 蟾ス雍亥叉^F | 1110010110110111101111011110100010110100100010001110010110001101101100110101111001000110 | e5b7bde8b488e58db35e46 |
EUC-JP | 蟾ス雍亥叉^F | 111010101011100110001110101111011111000010110110101100001110011110111010101101010101111001000110 | eab98ebdf0b6b0e7bab55e46 |
UTF-8 | 蟾ス雍亥叉^F | 1110100010011111101111101110111110111101101111011110100110011011100011011110010010111010101001011110010110001111100010010101111001000110 | e89fbeefbdbde99b8de4baa5e58f895e46 |
UHC | 蟾?雍亥叉^F | 1110000011101010001111111110100010111100111110101010010011110011101010010101111001000110 | e0ea3fe8bcfaa4f3a95e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)