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 | 諤價}諤價{^ | 1110011010000000100110010100101001111101111001101000000010011001010010100111101101011110 | e680994a7de680994a7b5e |
EUC-JP | 諤價}諤價{^ | 1110101111100000110100011010101101111101111010111110000011010001101010110111101101011110 | ebe0d1ab7debe0d1ab7b5e |
UTF-8 | 諤價}諤價{^ | 111010001010101110100100111001011000001110111001011111011110100010101011101001001110010110000011101110010111101101011110 | e8aba4e583b97de8aba4e583b97b5e |
UHC | ?價}?價{^ | 001111111100101010100100011111010011111111001010101001000111101101011110 | 3fcaa47d3fcaa47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)