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 | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
SJIS-WIN | 恁???⑥?@B | 10011100100011000011111100111111001111111000011101000101001111110100000001000010 | 9c8c3f3f3f87453f4042 |
EUC-JP | 恁?????@B | 110101111110110000111111001111110011111100111111001111110100000001000010 | d7ec3f3f3f3f3f4042 |
UTF-8 | 恁㏉슎泥⑥껌@B | 1110011010000001100000011110001110001111100010011110110010001010100011101110111110100111101000111110001010010001101001011110101010111011100011000100000001000010 | e68181e38f89ec8a8eefa7a3e291a5eabb8c4042 |
UHC | 恁㏉슎泥⑥껌@B | 1110110011110110101001111110110110011010100111101110110010110010101010001110110010110010101011010100000001000010 | ecf6a7ed9a9eecb2a8ecb2ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)