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?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-WIN | 孩拔?P孩拔 | 10011011011101111001110101010101001111110101000010011011011101111001110101010101 | 9b779d553f509b779d55 |
EUC-JP | 孩拔?P孩拔 | 11010101110110001101100110110110001111110101000011010101110110001101100110110110 | d5d8d9b63f50d5d8d9b6 |
UTF-8 | 孩拔췻P孩拔 | 11100101101011011010100111100110100010111001010011101100101101111011101101010000111001011010110110101001111001101000101110010100 | e5ada9e68b94ecb7bb50e5ada9e68b94 |
UHC | 孩拔췻P孩拔 | 1111101010101001110110101111101111000011111100000101000011111010101010011101101011111011 | faa9dafbc3f050faa9dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)