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^ | 001111110011111101010001010011000011111100111111010100010100110001011110 | 3f3f514c3f3f514c5e |
SJIS-WIN | 偲痔QL偲痔QL^ | 10001110110000111000111010100100010100010100110010001110110000111000111010100100010100010100110001011110 | 8ec38ea4514c8ec38ea4514c5e |
EUC-JP | 偲痔QL偲痔QL^ | 10111100110001011011110010100110010100010100110010111100110001011011110010100110010100010100110001011110 | bcc5bca6514cbcc5bca6514c5e |
UTF-8 | 偲痔QL偲痔QL^ | 1110010110000001101100101110011110010111100101000101000101001100111001011000000110110010111001111001011110010100010100010100110001011110 | e581b2e79794514ce581b2e79794514c5e |
UHC | ?痔QL?痔QL^ | 0011111111110110110000000101000101001100001111111111011011000000010100010100110001011110 | 3ff6c0514c3ff6c0514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)