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 | ??蓬漿? | 00111111001111111001011001001000100111111111011100111111 | 3f3f96489ff73f |
| EUC-JP | ??蓬漿? | 00111111001111111100101110101001110111101111100100111111 | 3f3fcba9def93f |
| UTF-8 | 뤛퐥蓬漿퀚 | 111010111010010010011011111011011001000010100101111010001001001110101100111001101011110010111111111011011000000010011010 | eba49bed90a5e893ace6bcbfed809a |
| UHC | 뤛퐥蓬漿퀚 | 10001111110010101011110110001110110111001110111111101101111011001011001110001110 | 8fcabd8edcefedecb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)