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 | 抃咾}抃咾{^ | 1001110101010110100110100100001101111101100111010101011010011010010000110111101101011110 | 9d569a437d9d569a437b5e |
EUC-JP | 抃咾}抃咾{^ | 1101100110110111110100111010010001111101110110011011011111010011101001000111101101011110 | d9b7d3a47dd9b7d3a47b5e |
UTF-8 | 抃咾}抃咾{^ | 111001101000101010000011111001011001001010111110011111011110011010001010100000111110010110010010101111100111101101011110 | e68a83e592be7de68a83e592be7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)