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 | 逹ォ迥ケ陟カ | 111001111001110110101011111001111000101010111001111010001010000010110110 | e79dabe78ab9e8a0b6 |
EUC-JP | 逹ォ迥ケ陟カ | 111011011111110110001110101010111110110111101010100011101011100111110000101000101000111010110110 | edfd8eabedea8eb9f0a28eb6 |
UTF-8 | 逹ォ迥ケ陟カ | 111010011000000010111001111011111011110110101011111010001011111110100101111011111011110110111001111010011001100110011111111011111011110110110110 | e980b9efbdabe8bfa5efbdb9e9999fefbdb6 |
UHC | ????陟? | 00111111001111110011111100111111111101001011001100111111 | 3f3f3f3ff4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)