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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟇。諱殖 | 11100101101011111010000111100110100000011001000001000010 | e5afa1e6819042 |
EUC-JP | 蟇。諱殖 | 1110101010110001100011101010000111101011111000011011111110100011 | eab18ea1ebe1bfa3 |
UTF-8 | 蟇。諱殖 | 111010001001111110000111111011111011110110100001111010001010101110110001111001101010111010010110 | e89f87efbda1e8abb1e6ae96 |
UHC | ??諱殖 | 001111110011111111111101110010011110001111010110 | 3f3ffdc9e3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)