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{^ | 1001011101111110001111110110111001111101100101110111111000111111011011100111101101011110 | 977e3f6e7d977e3f6e7b5e |
EUC-JP | 欲?n}欲?n{^ | 1100110111011111001111110110111001111101110011011101111100111111011011100111101101011110 | cddf3f6e7dcddf3f6e7b5e |
UTF-8 | 欲憐n}欲憐n{^ | 1110011010101100101100101110111110100110100011110110111001111101111001101010110010110010111011111010011010001111011011100111101101011110 | e6acb2efa68f6e7de6acb2efa68f6e7b5e |
UHC | 欲憐n}欲憐n{^ | 11101001101100001110011011000110011011100111110111101001101100001110011011000110011011100111101101011110 | e9b0e6c66e7de9b0e6c66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)