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 | ??Cx}??Cx{^ | 0011111100111111010000110111100001111101001111110011111101000011011110000111101101011110 | 3f3f43787d3f3f43787b5e |
SJIS-WIN | ?ェCx}?ェCx{^ | 0011111110101010010000110111100001111101001111111010101001000011011110000111101101011110 | 3faa43787d3faa43787b5e |
EUC-JP | ?ェCx}?ェCx{^ | 00111111100011101010101001000011011110000111110100111111100011101010101001000011011110000111101101011110 | 3f8eaa43787d3f8eaa43787b5e |
UTF-8 | 䵸ェCx}䵸ェCx{^ | 11100100101101011011100011101111101111011010101001000011011110000111110111100100101101011011100011101111101111011010101001000011011110000111101101011110 | e4b5b8efbdaa43787de4b5b8efbdaa43787b5e |
UHC | ??Cx}??Cx{^ | 0011111100111111010000110111100001111101001111110011111101000011011110000111101101011110 | 3f3f43787d3f3f43787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)