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 | 隧」竊卓ィカ | 111010001010100110100011111000101000011010010001111011001010100010110110 | e8a9a3e28691eca8b6 |
EUC-JP | 隧」竊卓ィカ | 111100001010101110001110101000111110001111100110110000101110111010001110101010001000111010110110 | f0ab8ea3e3e6c2ee8ea88eb6 |
UTF-8 | 隧」竊卓ィカ | 111010011001101010100111111011111011110110100011111001111010101110001010111001011000110110010011111011111011110110101000111011111011110110110110 | e99aa7efbda3e7ab8ae58d93efbda8efbdb6 |
UHC | 隧?竊卓?? | 111000101100101000111111111011111011110011110110111100010011111100111111 | e2ca3fefbcf6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)