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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 孩拔?c^ | 10011011011101111001110101010101001111110110001101011110 | 9b779d553f635e |
EUC-JP | 孩拔?c^ | 11010101110110001101100110110110001111110110001101011110 | d5d8d9b63f635e |
UTF-8 | 孩拔췻c^ | 1110010110101101101010011110011010001011100101001110110010110111101110110110001101011110 | e5ada9e68b94ecb7bb635e |
UHC | 孩拔췻c^ | 1111101010101001110110101111101111000011111100000110001101011110 | faa9dafbc3f0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)