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 | 芸????畯 | 1000110001111100001111110011111100111111001111111111101101101111 | 8c7c3f3f3f3ffb6f |
| EUC-JP | 芸?勖??畯 | 1011011111011101001111111000111110110011111011010011111100111111100011111100110110111011 | b7dd3f8fb3ed3f3f8fcdbb |
| UTF-8 | 芸렑勖쾅번畯 | 111010001000101010111000111010111010000010010001111001011000101110010110111011001011111010000101111010111011001010001000111001111001010110101111 | e88ab8eba091e58b96ecbe85ebb288e795af |
| UHC | 芸렑勖쾅번畯 | 111010011111110110001110101001101110100111101101110001001110011110111001111110001111000111100001 | e9fd8ea6e9edc4e7b9f8f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)