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 | êù¨êµ | 111010101111100110101000111010101011010110011101 | eaf9a8eab59d |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | êù¨ê?? | 10001111101010111011010010001111101010111110001110100001101011111000111110101011101101000011111100111111 | 8fabb48fabe3a1af8fabb43f3f |
UTF-8 | êù¨êµ | 110000111010101011000011101110011100001010101000110000111010101011000010101101011100001010011101 | c3aac3b9c2a8c3aac2b5c29d |
UHC | ??¨??? | 00111111001111111010000110100111001111110011111100111111 | 3f3fa1a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)