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??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | 偲悉P篠ソ」 | 100011101100001110001110101110110101000010001110110000101011111110100011 | 8ec38ebb508ec2bfa3 |
EUC-JP | 偲悉P篠ソ」 | 1011110011000101101111001011110101010000101111001100010010001110101111111000111010100011 | bcc5bcbd50bcc48ebf8ea3 |
UTF-8 | 偲悉P篠ソ」 | 11100101100000011011001011100110100000101000100101010000111001111010111110100000111011111011110110111111111011111011110110100011 | e581b2e6828950e7afa0efbdbfefbda3 |
UHC | ?悉P篠?? | 0011111111100011111110100101000011100001110001100011111100111111 | 3fe3fa50e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)