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 | ê½Ö免 | 111010101011110111010110111011111010100010110010 | eabdd6efa8b2 |
SJIS-WIN | ????¨? | 00111111001111110011111100111111100000010100111000111111 | 3f3f3f3f814e3f |
EUC-JP | ê?Öï¨? | 10001111101010111011010000111111100011111010101011010011100011111010101111000001101000011010111100111111 | 8fabb43f8faad38fabc1a1af3f |
UTF-8 | ê½Ö免 | 110000111010101011000010101111011100001110010110110000111010111111000010101010001100001010110010 | c3aac2bdc396c3afc2a8c2b2 |
UHC | ?½??¨² | 001111111010100011110110001111110011111110100001101001111010100111110111 | 3fa8f63f3fa1a7a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)