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 | EFº² | 1001001001000101100100100100011010010001101110101001000110110010 | 9245924691ba91b2 |
SJIS-WIN | ?E?F???? | 0011111101000101001111110100011000111111001111110011111100111111 | 3f453f463f3f3f3f |
EUC-JP | ?E?F?º?? | 00111111010001010011111101000110001111111000111110100010111010110011111100111111 | 3f453f463f8fa2eb3f3f |
UTF-8 | EFº² | 1100001010010010010001011100001010010010010001101100001010010001110000101011101011000010100100011100001010110010 | c29245c29246c291c2bac291c2b2 |
UHC | ?E?F?º?² | 00111111010001010011111101000110001111111010100010101100001111111010100111110111 | 3f453f463fa8ac3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)