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 | 俉??僥?? | 1111101001100001001111110011111110011001010001100011111100111111 | fa613f3f99463f3f |
| EUC-JP | 俉??僥?? | 100011111011000110111011001111110011111111010001101001110011111100111111 | 8fb1bb3f3fd1a73f3f |
| UTF-8 | 俉뤹탢僥면낄 | 111001001011111110001001111010111010010010111001111011011000001110100010111001011000001110100101111010111010100110110100111010111000001010000100 | e4bf89eba4b9ed83a2e583a5eba9b4eb8284 |
| UHC | 俉뤹탢僥면낄 | 111001111110101110001111111001111011010110000101111010001110100110111000111010011011001110100101 | e7eb8fe7b585e8e9b8e9b3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)