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 | 宸逝宸逝^ | 100110111000001010010000110000001001101110000010100100001100000001011110 | 9b8290c09b8290c05e |
EUC-JP | 宸逝宸逝^ | 110101011110001011000000110000101101010111100010110000001100001001011110 | d5e2c0c2d5e2c0c25e |
UTF-8 | 宸逝宸逝^ | 11100101101011101011100011101001100000001001110111100101101011101011100011101001100000001001110101011110 | e5aeb8e9809de5aeb8e9809d5e |
UHC | 宸逝宸逝^ | 111000111110010011100000101001101110001111100100111000001010011001011110 | e3e4e0a6e3e4e0a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)