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 | 繚遂せ褶 | 1110001110000111100100001000101110000010101110011110010111110111 | e387908b82b9e5f7 |
| EUC-JP | 繚遂せ褶 | 1110010111100111101111111110101110100100101110111110101011111001 | e5e7bfeba4bbeaf9 |
| UTF-8 | 繚遂せ褶 | 111001111011100110011010111010011000000110000010111000111000000110011011111010001010010010110110 | e7b99ae98182e3819be8a4b6 |
| UHC | ?遂せ褶 | 00111111111000101100010010101010101110111110001110101000 | 3fe2c4aabbe3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)