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 | Xu}Xu{^ | 100110100101100001110101011111011001101001011000011101010111101101011110 | 9a58757d9a58757b5e |
SJIS-WIN | ?Xu}?Xu{^ | 001111110101100001110101011111010011111101011000011101010111101101011110 | 3f58757d3f58757b5e |
EUC-JP | ?Xu}?Xu{^ | 001111110101100001110101011111010011111101011000011101010111101101011110 | 3f58757d3f58757b5e |
UTF-8 | Xu}Xu{^ | 1100001010011010010110000111010101111101110000101001101001011000011101010111101101011110 | c29a58757dc29a58757b5e |
UHC | ?Xu}?Xu{^ | 001111110101100001110101011111010011111101011000011101010111101101011110 | 3f58757d3f58757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)