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 | 粧?除漑 | 10001111110011110011111110001111100111001001111111110010 | 8fcf3f8f9c9ff2 |
EUC-JP | 粧?除漑 | 10111110110100010011111110111101111111001101111011110100 | bed13fbdfcdef4 |
UTF-8 | 粧렲除漑 | 111001111011001010100111111010111010000010110010111010011001100110100100111001101011110010010001 | e7b2a7eba0b2e999a4e6bc91 |
UHC | 粧렲除漑 | 1110110111110010100011101011111111110000101101101100101111001001 | edf28ebff0b6cbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)