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^ | 111000101111110001010001010011001110001011111100010100010100110001011110 | e2fc514ce2fc514c5e |
EUC-JP | 紆QL紆QL^ | 111001001111111001010001010011001110010011111110010100010100110001011110 | e4fe514ce4fe514c5e |
UTF-8 | 紆QL紆QL^ | 1110011110110100100001100101000101001100111001111011010010000110010100010100110001011110 | e7b486514ce7b486514c5e |
UHC | 紆QL紆QL^ | 111010011110000101010001010011001110100111100001010100010100110001011110 | e9e1514ce9e1514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)