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 | ·Á¼^ | 1011011111000001110000101011110001011110 | b7c1c2bc5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ÁÂ?^ | 001111111000111110101010101000011000111110101010101001000011111101011110 | 3f8faaa18faaa43f5e |
UTF-8 | ·Á¼^ | 110000101011011111000011100000011100001110000010110000101011110001011110 | c2b7c381c382c2bc5e |
UHC | ·??¼^ | 10100001101001000011111100111111101010001111100101011110 | a1a43f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)