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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | セュ邪梢 | 101111101010110110001110110101111000111110111101 | bead8ed78fbd |
| EUC-JP | セュ邪梢 | 1000111010111110100011101010110110111100110110011011111010111111 | 8ebe8eadbcd9bebf |
| UTF-8 | セュ邪梢 | 111011111011110110111110111011111011110110101101111010011000001010101010111001101010001010100010 | efbdbeefbdade982aae6a2a2 |
| UHC | ??邪梢 | 001111110011111111011110111101111111010011111110 | 3f3fdef7f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)