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^ | 100100100100001101010001010011001001001001000011010100010100110001011110 | 9243514c9243514c5e |
EUC-JP | 辰QL辰QL^ | 110000111010010001010001010011001100001110100100010100010100110001011110 | c3a4514cc3a4514c5e |
UTF-8 | 辰QL辰QL^ | 1110100010111110101100000101000101001100111010001011111010110000010100010100110001011110 | e8beb0514ce8beb0514c5e |
UHC | 辰QL辰QL^ | 111100101110001101010001010011001111001011100011010100010100110001011110 | f2e3514cf2e3514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)