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 | ?B???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
| SJIS-WIN | ?B???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
| EUC-JP | ?B???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
| UTF-8 | 챈B혡챗혗S찼채 | 1110110010110001100010000100001011101101100110001010000111101100101100011001011111101101100110001001011101010011111011001011000010111100111011001011000110000100 | ecb18842ed98a1ecb197ed989753ecb0bcecb184 |
| UHC | 챈B혡챗혗S찼채 | 1100001110100110010000101100001010001010110000111010101011000010100000100101001111000011101000011100001110100100 | c3a642c28ac3aac28253c3a1c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)