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 | ??C??A??Dw | 00111111001111110100001100111111001111110100000100111111001111110100010001110111 | 3f3f433f3f413f3f4477 |
SJIS-WIN | ?ェC?ェA?ェDw | 00111111101010100100001100111111101010100100000100111111101010100100010001110111 | 3faa433faa413faa4477 |
EUC-JP | ?ェC?ェA?ェDw | 00111111100011101010101001000011001111111000111010101010010000010011111110001110101010100100010001110111 | 3f8eaa433f8eaa413f8eaa4477 |
UTF-8 | 䵸ェC䵸ェA䵸ェDw | 11100100101101011011100011101111101111011010101001000011111001001011010110111000111011111011110110101010010000011110010010110101101110001110111110111101101010100100010001110111 | e4b5b8efbdaa43e4b5b8efbdaa41e4b5b8efbdaa4477 |
UHC | ??C??A??Dw | 00111111001111110100001100111111001111110100000100111111001111110100010001110111 | 3f3f433f3f413f3f4477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)