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 | 筌??肄э? | 111000101010001100111111001111111110001111100101100001001000111100111111 | e2a33f3fe3e5848f3f |
| EUC-JP | 筌™?肄э? | 1110010010100101100011111010001011101111001111111110011011100111101001111110111100111111 | e4a58fa2ef3fe6e7a7ef3f |
| UTF-8 | 筌™뫁肄э㏊ | 1110011110101101100011001110001010000100101000101110101110101011100000011110100010000010100001001101000110001101111000111000111110001010 | e7ad8ce284a2ebab81e88284d18de38f8a |
| UHC | 筌™뫁肄э㏊ | 111011111010011110100010111000101001000110100101111011001011110110101100111011111010011110110101 | efa7a2e291a5ecbdacefa7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)