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 | ?yz?yzB | 00111111011110010111101000111111011110010111101001000010 | 3f797a3f797a42 |
SJIS-WIN | ?yz?yzB | 00111111011110010111101000111111011110010111101001000010 | 3f797a3f797a42 |
EUC-JP | ?yz?yzB | 00111111011110010111101000111111011110010111101001000010 | 3f797a3f797a42 |
UTF-8 | 창yz창yzB | 1110110010110000101111010111100101111010111011001011000010111101011110010111101001000010 | ecb0bd797aecb0bd797a42 |
UHC | 창yz창yzB | 110000111010001001111001011110101100001110100010011110010111101001000010 | c3a2797ac3a2797a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)