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 | ????AG | 001111110011111100111111001111110100000101000111 | 3f3f3f3f4147 |
SJIS-WIN | ????AG | 001111110011111100111111001111110100000101000111 | 3f3f3f3f4147 |
EUC-JP | ????AG | 001111110011111100111111001111110100000101000111 | 3f3f3f3f4147 |
UTF-8 | 첨짠철쨈AG | 1110110010110010101010001110110010100111101000001110110010110010101000001110110010101000100010000100000101000111 | ecb2a8eca7a0ecb2a0eca8884147 |
UHC | 첨짠철쨈AG | 11000011101101111100001010100111110000111011011011000010101101000100000101000111 | c3b7c2a7c3b6c2b44147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)