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 | 邨ィ蠕御 | 11100111101101011010100011100101101111101000110011100100 | e7b5a8e5be8ce4 |
| EUC-JP | 邨ィ蠕御 | 1110111010110111100011101010100011101010110000001011100011100110 | eeb78ea8eac0b8e6 |
| UTF-8 | 邨ィ蠕御 | 111010011000001010101000111011111011110110101000111010001010000010010101111001011011111010100001 | e982a8efbda8e8a095e5bea1 |
| UHC | 邨??御 | 111101011011111000111111001111111110010111011001 | f5be3f3fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)