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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 松?5椅?? | 100011111011110000111111100000100101010010001000110101100011111100111111 | 8fbc3f825488d63f3f |
| EUC-JP | 松?5椅?? | 101111101011111000111111101000111011010110110000110110000011111100111111 | bebe3fa3b5b0d83f3f |
| UTF-8 | 松듬5椅뚢댌 | 111001101001110110111110111010111001001110101100111011111011110010010101111001101010010010000101111010111001101010100010111010111000110010001100 | e69dbeeb93acefbc95e6a485eb9aa2eb8c8c |
| UHC | 松듬5椅뚢댌 | 111000011110011010110101111010111010001110110101111010111111010110001100111000101000100010110101 | e1e6b5eba3b5ebf58ce288b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)