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^ | 1110101110101100101011000101000101001100111010111010110010101100010100010100110001011110 | ebacac514cebacac514c5e |
UHC | 묬QL묬QL^ | 100100100100001101010001010011001001001001000011010100010100110001011110 | 9243514c9243514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)