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 | 阡礼ィョ蟾暸 | 11101000100101001001011111100111101010001010111011100101101101111001111001000001 | e89497e7a8aee5b79e41 |
| EUC-JP | 阡礼ィョ蟾暸 | 111011111111010011001110111010011000111010101000100011101010111011101010101110011101101110100010 | eff4cee98ea88eaeeab9dba2 |
| UTF-8 | 阡礼ィョ蟾暸 | 111010011001100010100001111001111010010010111100111011111011110110101000111011111011110110101110111010001001111110111110111001101001101010111000 | e998a1e7a4bcefbda8efbdaee89fbee69ab8 |
| UHC | 阡???蟾? | 1111010011000110001111110011111100111111111000001110101000111111 | f4c63f3f3fe0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)