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{^ | 1001001111110111001111110110111001111101100100111111011100111111011011100111101101011110 | 93f73f6e7d93f73f6e7b5e |
EUC-JP | 肉?n}肉?n{^ | 1100011011111001001111110110111001111101110001101111100100111111011011100111101101011110 | c6f93f6e7dc6f93f6e7b5e |
UTF-8 | 肉봮n}肉봮n{^ | 1110100010000010100010011110101110110100101011100110111001111101111010001000001010001001111010111011010010101110011011100111101101011110 | e88289ebb4ae6e7de88289ebb4ae6e7b5e |
UHC | 肉봮n}肉봮n{^ | 11101011101111111001010001101111011011100111110111101011101111111001010001101111011011100111101101011110 | ebbf946f6e7debbf946f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)