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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?錚}?錚{^ | 001111111110100001000010011111010011111111101000010000100111101101011110 | 3fe8427d3fe8427b5e |
EUC-JP | 瑗錚}瑗錚{^ | 10001111110011001100000011101111101000110111110110001111110011001100000011101111101000110111101101011110 | 8fccc0efa37d8fccc0efa37b5e |
UTF-8 | 瑗錚}瑗錚{^ | 111001111001000110010111111010011000110010011010011111011110011110010001100101111110100110001100100110100111101101011110 | e79197e98c9a7de79197e98c9a7b5e |
UHC | 瑗錚}瑗錚{^ | 1110101010111100111011101011011001111101111010101011110011101110101101100111101101011110 | eabceeb67deabceeb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)