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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?占?@h | 001111111001000011101000001111110100000001101000 | 3f90e83f4068 |
EUC-JP | ?占?@h | 001111111100000011101010001111110100000001101000 | 3fc0ea3f4068 |
UTF-8 | 첨占줳@h | 1110110010110010101010001110010110001101101000001110110010100100101100110100000001101000 | ecb2a8e58da0eca4b34068 |
UHC | 첨占줳@h | 1100001110110111111011111011111110100010011001110100000001101000 | c3b7efbfa2674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)