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 | ??¨??? | 001111110011111110101000001111110011111100111111 | 3f3fa83f3f3f |
| SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
| EUC-JP | ??¨??? | 00111111001111111010000110101111001111110011111100111111 | 3f3fa1af3f3f3f |
| UTF-8 | 令⑸¨휃玲곎 | 1110111110100110101010001110001010010001101110001100001010101000111011011001110010000011111011111010011010101101111010101011001110001110 | efa6a8e291b8c2a8ed9c83efa6adeab38e |
| UHC | 令⑸¨휃玲곎 | 111001111010100110101001111010111010000110100111110001001001000111100111101111111000000111010001 | e7a9a9eba1a7c491e7bf81d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)