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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浯滓イサ訒伜 | 11111010111111001001111111100110101100101011101111111011101000111001100011100101 | fafc9fe6b2bbfba398e5 |
EUC-JP | 浯滓イサ訒伜 | 1000111111000111110000111101111011101000100011101011001010001110101110111000111111011101110010001101000011100111 | 8fc7c3dee88eb28ebb8fddc8d0e7 |
UTF-8 | 浯滓イサ訒伜 | 111001101011010110101111111001101011101110010011111011111011110110110010111011111011110110111011111010001010100010010010111001001011110010011100 | e6b5afe6bb93efbdb2efbdbbe8a892e4bc9c |
UHC | ?滓???? | 00111111111011101010101100111111001111110011111100111111 | 3feeab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)