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 | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
SJIS-WIN | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
EUC-JP | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
UTF-8 | 채QL채QL^ | 1110110010110001100001000101000101001100111011001011000110000100010100010100110001011110 | ecb184514cecb184514c5e |
UHC | 채QL채QL^ | 110000111010010001010001010011001100001110100100010100010100110001011110 | c3a4514cc3a4514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)