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 | Pkà | 100100010101000010001001011010111000101011100000 | 9150896b8ae0 |
SJIS-WIN | ?P?k?? | 001111110101000000111111011010110011111100111111 | 3f503f6b3f3f |
EUC-JP | ?P?k?à | 0011111101010000001111110110101100111111100011111010101110100010 | 3f503f6b3f8faba2 |
UTF-8 | Pkà | 11000010100100010101000011000010100010010110101111000010100010101100001110100000 | c29150c2896bc28ac3a0 |
UHC | ?P?k?? | 001111110101000000111111011010110011111100111111 | 3f503f6b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)