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 | ?匿??モ | 00111111100100111011110100111111001111111000001110000010 | 3f93bd3f3f8382 |
| EUC-JP | ?匿??モ | 00111111110001101011111100111111001111111010010111100010 | 3fc6bf3f3fa5e2 |
| UTF-8 | 룵匿룶卽モ | 111010111010001110110101111001011000110010111111111010111010001110110110111001011000110110111101111000111000001110100010 | eba3b5e58cbfeba3b6e58dbde383a2 |
| UHC | 룵匿룶卽モ | 10001111101010101101001011111011100011111010101111110001111011011010101111100010 | 8faad2fb8fabf1edabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)