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 | 餓??渦?? | 1000100111101100001111110011111110001001010100010011111100111111 | 89ec3f3f89513f3f |
| EUC-JP | 餓??渦?? | 1011001011101110001111110011111110110001101100100011111100111111 | b2ee3f3fb1b23f3f |
| UTF-8 | 餓뽩뜵渦욤큹 | 111010011010010010010011111010111011110110101001111010111001110010110101111001101011100010100110111011001001101010100100111011011000000110111001 | e9a493ebbda9eb9cb5e6b8a6ec9aa4ed81b9 |
| UHC | 餓뽩뜵渦욤큹 | 111001001011101110010110111001011000110110110011111010001011111010111111111010001011010010001000 | e4bb96e58db3e8bebfe8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)