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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 乗鋓n}乗鋓n{^ | 10001111111001101111101111010110011011100111110110001111111001101111101111010110011011100111101101011110 | 8fe6fbd66e7d8fe6fbd66e7b5e |
EUC-JP | 乗鋓n}乗鋓n{^ | 101111101110100010001111111001001011111101101110011111011011111011101000100011111110010010111111011011100111101101011110 | bee88fe4bf6e7dbee88fe4bf6e7b5e |
UTF-8 | 乗鋓n}乗鋓n{^ | 1110010010111001100101111110100110001011100100110110111001111101111001001011100110010111111010011000101110010011011011100111101101011110 | e4b997e98b936e7de4b997e98b936e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)