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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ゙アルォ牾籘 | 11011110111101011110000010110001110110011010101111100000101100011110001011011010 | def5e0b1d9abe0b1e2da |
| EUC-JP | ゙?アルォ牾籘 | 10001110110111100011111110001110101100011000111011011001100011101010101111100000101100111110010011011100 | 8ede3f8eb18ed98eabe0b3e4dc |
| UTF-8 | ゙アルォ牾籘 | 111011111011111010011110111011101001000110001011111011111011110110110001111011111011111010011001111011111011110110101011111001111000100110111110111001111011000110011000 | efbe9eee918befbdb1efbe99efbdabe789bee7b198 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)