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 | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
SJIS-WIN | ?▼?P^ | 001111111000000110100101001111110101000001011110 | 3f81a53f505e |
EUC-JP | ?▼?P^ | 001111111010001010100111001111110101000001011110 | 3fa2a73f505e |
UTF-8 | 療▼ㅁP^ | 1110111110100111100000011110001010010110101111001110001110000101100000010101000001011110 | efa781e296bce38581505e |
UHC | 療▼ㅁP^ | 1110100011111110101000011110010110100100101100010101000001011110 | e8fea1e5a4b1505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)