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 | è´çv | 11101000100111001011010011100111100101111000110101110110 | e89cb4e7978d76 |
SJIS-WIN | ??´???v | 0011111100111111100000010100110000111111001111110011111101110110 | 3f3f814c3f3f3f76 |
EUC-JP | è?´ç??v | 100011111010101110110010001111111010000110101101100011111010101110101110001111110011111101110110 | 8fabb23fa1ad8fabae3f3f76 |
UTF-8 | è´çv | 11000011101010001100001010011100110000101011010011000011101001111100001010010111110000101000110101110110 | c3a8c29cc2b4c3a7c297c28d76 |
UHC | ??´???v | 0011111100111111101000101010010100111111001111110011111101110110 | 3f3fa2a53f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)