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 | 鋺奇スア隴帷 | 11100111111110101000101011101111101111011011000111101000101011011001101111100111 | e7fa8aefbdb1e8ad9be7 |
| EUC-JP | 鋺奇スア隴帷 | 111011101111110010110100111100011000111010111101100011101011000111110000101011111101011011101001 | eefcb4f18ebd8eb1f0afd6e9 |
| UTF-8 | 鋺奇スア隴帷 | 111010011000101110111010111001011010010110000111111011111011110110111101111011111011110110110001111010011001101010110100111001011011100010110111 | e98bbae5a587efbdbdefbdb1e99ab4e5b8b7 |
| UHC | ?奇???? | 00111111110100001111010000111111001111110011111100111111 | 3fd0f43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)