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 | 逆??雍?? | 1000101101110100001111110011111111101000101101000011111100111111 | 8b743f3fe8b43f3f |
| EUC-JP | 逆??雍?? | 1011010111010101001111110011111111110000101101100011111100111111 | b5d53f3ff0b63f3f |
| UTF-8 | 逆곲낡雍딂뺀 | 111010011000000010000110111010101011001110110010111010111000001010100001111010011001101110001101111010111001010010000010111010111011101010000000 | e98086eab3b2eb82a1e99b8deb9482ebba80 |
| UHC | 逆곲낡雍딂뺀 | 111001101011110110000001111010011011001110110000111010001011110010001010111010001011101110101011 | e6bd81e9b3b0e8bc8ae8bbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)