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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 呂뽱뇮呂뽱뇮^ | 11101111101001101000000011101011101111011011000111101011100001111010111011101111101001101000000011101011101111011011000111101011100001111010111001011110 | efa680ebbdb1eb87aeefa680ebbdb1eb87ae5e |
UHC | 呂뽱뇮呂뽱뇮^ | 11100101111110111001011011101101100001111001001111100101111110111001011011101101100001111001001101011110 | e5fb96ed8793e5fb96ed87935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)