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 | ?G}?G{^ | 00111111010001110111110100111111010001110111101101011110 | 3f477d3f477b5e |
SJIS-WIN | 但G}但G{^ | 100100100100000101000111011111011001001001000001010001110111101101011110 | 9241477d9241477b5e |
EUC-JP | 但G}但G{^ | 110000111010001001000111011111011100001110100010010001110111101101011110 | c3a2477dc3a2477b5e |
UTF-8 | 但G}但G{^ | 1110010010111101100001100100011101111101111001001011110110000110010001110111101101011110 | e4bd86477de4bd86477b5e |
UHC | 但G}但G{^ | 110100111010001101000111011111011101001110100011010001110111101101011110 | d3a3477dd3a3477b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)