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 | QLQL^ | 111100101110001101010001010011001111001011100011010100010100110001011110 | f2e3514cf2e3514c5e |
EUC-JP | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
UTF-8 | QLQL^ | 1110111010001000100110100101000101001100111011101000100010011010010100010100110001011110 | ee889a514cee889a514c5e |
UHC | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)