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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 有??瀛? | 10010111010011000011111100111111111000000110100100111111 | 974c3f3fe0693f |
| EUC-JP | 有??瀛? | 11001101101011010011111100111111110111111100101000111111 | cdad3f3fdfca3f |
| UTF-8 | 有덈썭瀛뺹 | 111001101001110010001001111010111000110110001000111011001000110110101101111001111000000010011011111010111011101010111001 | e69c89eb8d88ec8dade7809bebbab9 |
| UHC | 有덈썭瀛뺹 | 11101010111100111000100011101011100110111001110111100111101110101001011001000010 | eaf388eb9b9de7ba9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)