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 | 悌勃申? | 10010010111011101001011001110101100100000101110000111111 | 92ee9675905c3f |
| EUC-JP | 悌勃申? | 11000100111100001100101111010110101111111011110100111111 | c4f0cbd6bfbd3f |
| UTF-8 | 悌勃申뤋 | 111001101000001010001100111001011000101110000011111001111001010010110011111010111010010010001011 | e6828ce58b83e794b3eba48b |
| UHC | 悌勃申뤋 | 1111000010101010110110101111101011100011111010011000111110111011 | f0aadafae3e98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)