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 | 襍ヲ譚鍋弔阨 | 1110100010110101101001101110011010011101100100111110011110010010101000101110100010010101 | e8b5a6e69d93e792a2e895 |
| EUC-JP | 襍ヲ譚鍋弔阨 | 111100001011011110001110101001101110101111111101110001101110100111000100101001001110111111110101 | f0b78ea6ebfdc6e9c4a4eff5 |
| UTF-8 | 襍ヲ譚鍋弔阨 | 111010001010010110001101111011111011110110100110111010001010110110011010111010011000110110001011111001011011110010010100111010011001100010101000 | e8a58defbda6e8ad9ae98d8be5bc94e998a8 |
| UHC | ??譚鍋弔? | 001111110011111111010011110010011100111010100111111100001100000000111111 | 3f3fd3c9cea7f0c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)