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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?莎??莎?^ | 001111111110010010110011001111110011111111100100101100110011111101011110 | 3fe4b33f3fe4b33f5e |
EUC-JP | ?莎??莎?^ | 001111111110100010110101001111110011111111101000101101010011111101011110 | 3fe8b53f3fe8b53f5e |
UTF-8 | 履莎볏履莎볏^ | 11101111101001111001111111101000100011101000111011101011101100111000111111101111101001111001111111101000100011101000111011101011101100111000111101011110 | efa79fe88e8eebb38fefa79fe88e8eebb38f5e |
UHC | 履莎볏履莎볏^ | 11101100101010101101111011101101101110101011001011101100101010101101111011101101101110101011001001011110 | ecaadeedbab2ecaadeedbab25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)