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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闌玲ィカ | 111010001000110010010111111001101010100010110110 | e88c97e6a8b6 |
EUC-JP | 闌玲ィカ | 1110111111101100110011101110100010001110101010001000111010110110 | efeccee88ea88eb6 |
UTF-8 | 闌玲ィカ | 111010011001011110001100111001111000111010110010111011111011110110101000111011111011110110110110 | e9978ce78eb2efbda8efbdb6 |
UHC | ?玲?? | 0011111111010110101111000011111100111111 | 3fd6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)