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 | ?亡}?亡{^ | 001111111001011001010011011111010011111110010110010100110111101101011110 | 3f96537d3f96537b5e |
EUC-JP | ?亡}?亡{^ | 001111111100101110110100011111010011111111001011101101000111101101011110 | 3fcbb47d3fcbb47b5e |
UTF-8 | 뤟亡}뤟亡{^ | 111010111010010010011111111001001011101010100001011111011110101110100100100111111110010010111010101000010111101101011110 | eba49fe4baa17deba49fe4baa17b5e |
UHC | 뤟亡}뤟亡{^ | 1000111111001110110110001100110001111101100011111100111011011000110011000111101101011110 | 8fced8cc7d8fced8cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)