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{^ | 1111101101101110001111110110111001111101111110110110111000111111011011100111101101011110 | fb6e3f6e7dfb6e3f6e7b5e |
EUC-JP | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
UTF-8 | 甁튿n}甁튿n{^ | 1110011110010100100000011110110110001010101111110110111001111101111001111001010010000001111011011000101010111111011011100111101101011110 | e79481ed8abf6e7de79481ed8abf6e7b5e |
UHC | 甁튿n}甁튿n{^ | 11011100101110101100011010110001011011100111110111011100101110101100011010110001011011100111101101011110 | dcbac6b16e7ddcbac6b16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)