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 | 讌之}讌之{^ | 1110011010100101100101000101011001111101111001101010010110010100010101100111101101011110 | e6a594567de6a594567b5e |
EUC-JP | 讌之}讌之{^ | 1110110010100111110001111011011101111101111011001010011111000111101101110111101101011110 | eca7c7b77deca7c7b77b5e |
UTF-8 | 讌之}讌之{^ | 111010001010111010001100111001001011100110001011011111011110100010101110100011001110010010111001100010110111101101011110 | e8ae8ce4b98b7de8ae8ce4b98b7b5e |
UHC | ?之}?之{^ | 001111111111000111111101011111010011111111110001111111010111101101011110 | 3ff1fd7d3ff1fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)