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 | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| SJIS-WIN | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| EUC-JP | ??????dO | 0011111100111111001111110011111100111111001111110110010001001111 | 3f3f3f3f3f3f644f |
| UTF-8 | 셍렳렽롌렽샹dO | 1110110010000101100011011110101110100000101100111110101110100000101111011110101110100001100011001110101110100000101111011110110010000011101110010110010001001111 | ec858deba0b3eba0bdeba18ceba0bdec83b9644f |
| UHC | 셍렳렽롌렽샹dO | 1011110011000100100011101100000010001110110001011000111011010010100011101100010110111100101001110110010001001111 | bcc48ec08ec58ed28ec5bca7644f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)