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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隶瑚ス渙咼^ | 11101000101011101000110011101000101111011001111111010000100110100100010001011110 | e8ae8ce8bd9fd09a445e |
EUC-JP | 隶瑚ス渙咼^ | 1111000010110000101110001110101010001110101111011101111011010010110100111010010101011110 | f0b0b8ea8ebdded2d3a55e |
UTF-8 | 隶瑚ス渙咼^ | 11101001100110101011011011100111100100011001101011101111101111011011110111100110101110001001100111100101100100101011110001011110 | e99ab6e7919aefbdbde6b899e592bc5e |
UHC | ?瑚?渙?^ | 0011111111111011110100010011111111111100101110010011111101011110 | 3ffbd13ffcb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)