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 | 鬩、逧ョ蜷稿^ | 1110100110101001101001001110011110011010101011101110010110010000100011010110010101011110 | e9a9a4e79aaee5908d655e |
EUC-JP | 鬩、逧ョ蜷稿^ | 11110010101010111000111010100100111011011111101010001110101011101110100111110000101110011100011001011110 | f2ab8ea4edfa8eaee9f0b9c65e |
UTF-8 | 鬩、逧ョ蜷稿^ | 11101001101011001010100111101111101111011010010011101001100000001010011111101111101111011010111011101000100111001011011111100111101010001011111101011110 | e9aca9efbda4e980a7efbdaee89cb7e7a8bf5e |
UHC | ?????稿^ | 0011111100111111001111110011111100111111110011011100001101011110 | 3f3f3f3f3fcdc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)