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 | ?h}?h{^ | 00111111011010000111110100111111011010000111101101011110 | 3f687d3f687b5e |
SJIS-WIN | 咤h}咤h{^ | 100110100100001001101000011111011001101001000010011010000111101101011110 | 9a42687d9a42687b5e |
EUC-JP | 咤h}咤h{^ | 110100111010001101101000011111011101001110100011011010000111101101011110 | d3a3687dd3a3687b5e |
UTF-8 | 咤h}咤h{^ | 1110010110010010101001000110100001111101111001011001001010100100011010000111101101011110 | e592a4687de592a4687b5e |
UHC | 咤h}咤h{^ | 111101101110001101101000011111011111011011100011011010000111101101011110 | f6e3687df6e3687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)