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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 偲悉P篠痔 | 100011101100001110001110101110110101000010001110110000101000111010100100 | 8ec38ebb508ec28ea4 |
EUC-JP | 偲悉P篠痔 | 101111001100010110111100101111010101000010111100110001001011110010100110 | bcc5bcbd50bcc4bca6 |
UTF-8 | 偲悉P篠痔 | 11100101100000011011001011100110100000101000100101010000111001111010111110100000111001111001011110010100 | e581b2e6828950e7afa0e79794 |
UHC | ?悉P篠痔 | 0011111111100011111110100101000011100001110001101111011011000000 | 3fe3fa50e1c6f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)