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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 疾疾D疾疾D^ | 1000111010111110100011101011111001000100100011101011111010001110101111100100010001011110 | 8ebe8ebe448ebe8ebe445e |
EUC-JP | 疾疾D疾疾D^ | 1011110011000000101111001100000001000100101111001100000010111100110000000100010001011110 | bcc0bcc044bcc0bcc0445e |
UTF-8 | 疾疾D疾疾D^ | 111001111001011010111110111001111001011010111110010001001110011110010110101111101110011110010110101111100100010001011110 | e796bee796be44e796bee796be445e |
UHC | 疾疾D疾疾D^ | 1111001011110000111100101111000001000100111100101111000011110010111100000100010001011110 | f2f0f2f044f2f0f2f0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)