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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | シス鹿H | 111100001011010010111100111100011000111010111101100011101010110101001000 | f0b4bcf18ebd8ead48 |
EUC-JP | ?シ?ス鹿H | 001111111000111010111100001111111000111010111101101111001010111101001000 | 3f8ebc3f8ebdbcaf48 |
UTF-8 | シス鹿H | 11101110100000011011001111101111101111011011110011101110100001001000100111101111101111011011110111101001101110011011111101001000 | ee81b3efbdbcee8489efbdbde9b9bf48 |
UHC | ????鹿H | 00111111001111110011111100111111110101101110001101001000 | 3f3f3f3fd6e348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)