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 | カ黨カ黠^ | 1011011011110011101000011110101001111101101101101111001110100001111010100111101101011110 | b6f3a1ea7db6f3a1ea7b5e |
EUC-JP | カ?黨カ?黠^ | 1000111010110110001111111111001111011110100011101011011000111111111100111101110001011110 | 8eb63ff3de8eb63ff3dc5e |
UTF-8 | カ黨カ黠^ | 11101111101111011011011011101110100010101001010011101001101110111010100011101111101111011011011011101110100010101001010011101001101110111010000001011110 | efbdb6ee8a94e9bba8efbdb6ee8a94e9bba05e |
UHC | ??黨???^ | 0011111100111111110100111101101000111111001111110011111101011110 | 3f3fd3da3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)