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 | é´¨è | 11101001101101001010100011101000 | e9b4a8e8 |
SJIS-WIN | ?´¨? | 001111111000000101001100100000010100111000111111 | 3f814c814e3f |
EUC-JP | é´¨è | 10001111101010111011000110100001101011011010000110101111100011111010101110110010 | 8fabb1a1ada1af8fabb2 |
UTF-8 | é´¨è | 1100001110101001110000101011010011000010101010001100001110101000 | c3a9c2b4c2a8c3a8 |
UHC | ?´¨? | 001111111010001010100101101000011010011100111111 | 3fa2a5a1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)