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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | トス嫉c^ | 11110000101010101100010011110001100011101011110110001110101110010110001101011110 | f0aac4f18ebd8eb9635e |
EUC-JP | ?ト?ス嫉c^ | 00111111100011101100010000111111100011101011110110111100101110110110001101011110 | 3f8ec43f8ebdbcbb635e |
UTF-8 | トス嫉c^ | 1110111010000001101010011110111110111110100001001110111010000100100010011110111110111101101111011110010110101011100010010110001101011110 | ee81a9efbe84ee8489efbdbde5ab89635e |
UHC | ????嫉c^ | 0011111100111111001111110011111111110010111011000110001101011110 | 3f3f3f3ff2ec635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)