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 | 羣羆羝炳 | 1110001110111000111000111010111111100011101101101110000001111010 | e3b8e3afe3b6e07a |
| EUC-JP | 羣羆羝炳 | 1110011010111010111001101011000111100110101110001101111111011011 | e6bae6b1e6b8dfdb |
| UTF-8 | 羣羆羝炳 | 111001111011111010100011111001111011111010000110111001111011111010011101111001111000001010110011 | e7bea3e7be86e7be9de782b3 |
| UHC | ???炳 | 0011111100111111001111111101110010111001 | 3f3f3fdcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)