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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邂團邂團^ | 111001111010111010011010101000111110011110101110100110101010001101011110 | e7ae9aa3e7ae9aa35e |
EUC-JP | 邂團邂團^ | 111011101011000011010100101001011110111010110000110101001010010101011110 | eeb0d4a5eeb0d4a55e |
UTF-8 | 邂團邂團^ | 11101001100000101000001011100101100111001001100011101001100000101000001011100101100111001001100001011110 | e98282e59c98e98282e59c985e |
UHC | 邂團邂團^ | 111110101011001111010011101001011111101010110011110100111010010101011110 | fab3d3a5fab3d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)