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 | be}be{^ | 1001011101100010100101100110010101111101100101110110001010010110011001010111101101011110 | 976296657d976296657b5e |
SJIS-WIN | ?b?e}?b?e{^ | 0011111101100010001111110110010101111101001111110110001000111111011001010111101101011110 | 3f623f657d3f623f657b5e |
EUC-JP | ?b?e}?b?e{^ | 0011111101100010001111110110010101111101001111110110001000111111011001010111101101011110 | 3f623f657d3f623f657b5e |
UTF-8 | be}be{^ | 110000101001011101100010110000101001011001100101011111011100001010010111011000101100001010010110011001010111101101011110 | c29762c296657dc29762c296657b5e |
UHC | ?b?e}?b?e{^ | 0011111101100010001111110110010101111101001111110110001000111111011001010111101101011110 | 3f623f657d3f623f657b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)