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 | ??鴨闇 | 001111110011111110001010100110111000100011000101 | 3f3f8a9b88c5 |
| EUC-JP | ??鴨闇 | 001111110011111110110011111110111011000011000111 | 3f3fb3fbb0c7 |
| UTF-8 | 셴솨鴨闇 | 111011001000010110110100111011001000011010101000111010011011010010101000111010011001011110000111 | ec85b4ec86a8e9b4a8e99787 |
| UHC | 셴솨鴨闇 | 1011110011001111101111001101110111100100111001011110010011100001 | bccfbcdde4e5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)