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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ??訛^ | 0011111100111111111001100110000101011110 | 3f3fe6615e |
| EUC-JP | ??訛^ | 0011111100111111111010111100001001011110 | 3f3febc25e |
| UTF-8 | 손섞訛^ | 11101100100001101001000011101100100001001001111011101000101010001001101101011110 | ec8690ec849ee8a89b5e |
| UHC | 손섞訛^ | 10111100110101011011110010101111111010001100010101011110 | bcd5bcafe8c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)