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 | 蛹價}蛹價{^ | 1110010110001100100110010100101001111101111001011000110010011001010010100111101101011110 | e58c994a7de58c994a7b5e |
EUC-JP | 蛹價}蛹價{^ | 1110100111101100110100011010101101111101111010011110110011010001101010110111101101011110 | e9ecd1ab7de9ecd1ab7b5e |
UTF-8 | 蛹價}蛹價{^ | 111010001001101110111001111001011000001110111001011111011110100010011011101110011110010110000011101110010111101101011110 | e89bb9e583b97de89bb9e583b97b5e |
UHC | ?價}?價{^ | 001111111100101010100100011111010011111111001010101001000111101101011110 | 3fcaa47d3fcaa47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)