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 | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
SJIS-WIN | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
EUC-JP | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
UTF-8 | 묲S묮뫖묲S묮뫖^ | 111010111010110010110010010100111110101110101100101011101110101110101011100101101110101110101100101100100101001111101011101011001010111011101011101010111001011001011110 | ebacb253ebacaeebab96ebacb253ebacaeebab965e |
UHC | 묲S묮뫖묲S묮뫖^ | 100100100100100101010011100100100100010110010001101110001001001001001001010100111001001001000101100100011011100001011110 | 924953924591b8924953924591b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)