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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ??終??^ | 00111111001111111000111101001001001111110011111101011110 | 3f3f8f493f3f5e |
| EUC-JP | ??終??^ | 00111111001111111011110110101010001111110011111101011110 | 3f3fbdaa3f3f5e |
| UTF-8 | 센송終센섰^ | 11101100100001001011110011101100100001101010000111100111101101011000001011101100100001001011110011101100100001001011000001011110 | ec84bcec86a1e7b582ec84bcec84b05e |
| UHC | 센송終센섰^ | 1011110010111110101111001101101111110000111110111011110010111110101111001011100101011110 | bcbebcdbf0fbbcbebcb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)