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 | ??????q | 00111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f71 |
| SJIS-WIN | ??????q | 00111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f71 |
| EUC-JP | ??????q | 00111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f71 |
| UTF-8 | 셍롚렽롃렽샴q | 11101100100001011000110111101011101000011001101011101011101000001011110111101011101000011000001111101011101000001011110111101100100000111011010001110001 | ec858deba19aeba0bdeba183eba0bdec83b471 |
| UHC | 셍롚렽롃렽샴q | 10111100110001001000111011011110100011101100010110001110110010101000111011000101101111001010010001110001 | bcc48ede8ec58eca8ec5bca471 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)