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 | ?雲?? | 0011111110001001010111110011111100111111 | 3f895f3f3f |
| EUC-JP | ?雲?? | 0011111110110001110000000011111100111111 | 3fb1c03f3f |
| UTF-8 | 쒔雲롙뤦 | 111011001001001010010100111010011001101110110010111010111010000110011001111010111010010010100110 | ec9294e99bb2eba199eba4a6 |
| UHC | 쒔雲롙뤦 | 1011111010101101111010101010001110001110110111011000111111010100 | beadeaa38edd8fd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)