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 | ?????J? | 00111111001111110011111100111111001111110100101000111111 | 3f3f3f3f3f4a3f |
SJIS-WIN | セス鹿J | 1111000011100001101111101111000110001110101111011000111010101101010010101111000011111011 | f0e1bef18ebd8ead4af0fb |
EUC-JP | ?セ?ス鹿J? | 00111111100011101011111000111111100011101011110110111100101011110100101000111111 | 3f8ebe3f8ebdbcaf4a3f |
UTF-8 | セス鹿J | 11101110100000101010000011101111101111011011111011101110100001001000100111101111101111011011110111101001101110011011111101001010111011101000001010111010 | ee82a0efbdbeee8489efbdbde9b9bf4aee82ba |
UHC | ????鹿J? | 0011111100111111001111110011111111010110111000110100101000111111 | 3f3f3f3fd6e34a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)