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 | 迯底キ橄オコ^ | 11100111100011011001001011101010101101111001111011101011101101011011101001011110 | e78d92eab79eebb5ba5e |
EUC-JP | 迯底キ橄オコ^ | 11101101111011011100010011101100100011101011011111011100111011011000111010110101100011101011101001011110 | ededc4ec8eb7dced8eb58eba5e |
UTF-8 | 迯底キ橄オコ^ | 11101000101111111010111111100101101110101001010111101111101111011011011111100110101010011000010011101111101111011011010111101111101111011011101001011110 | e8bfafe5ba95efbdb7e6a984efbdb5efbdba5e |
UHC | ?底?橄??^ | 001111111110111010111100001111111100101011110100001111110011111101011110 | 3feebc3fcaf43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)