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 | ????笑粟 | 0011111100111111001111110011111110001111110011101000100010111110 | 3f3f3f3f8fce88be |
| EUC-JP | ????笑粟 | 0011111100111111001111110011111110111110110100001011000011000000 | 3f3f3f3fbed0b0c0 |
| UTF-8 | 읯憐읩稶笑粟 | 111011001001110110101111111011111010011010001111111011001001110110101001111001111010100010110110111001111010110010010001111001111011001010011111 | ec9dafefa68fec9da9e7a8b6e7ac91e7b29f |
| UHC | 읯憐읩稶笑粟 | 100111111101010111100110110001101001111111010000111010011111001111100001110001011110000111011000 | 9fd5e6c69fd0e9f3e1c5e1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)