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 | ?????kB | 00111111001111110011111100111111001111110110101101000010 | 3f3f3f3f3f6b42 |
SJIS-WIN | トス失kB | 11110000101010101100010011110001100011101011110110001110101110000110101101000010 | f0aac4f18ebd8eb86b42 |
EUC-JP | ?ト?ス失kB | 00111111100011101100010000111111100011101011110110111100101110100110101101000010 | 3f8ec43f8ebdbcba6b42 |
UTF-8 | トス失kB | 1110111010000001101010011110111110111110100001001110111010000100100010011110111110111101101111011110010110100100101100010110101101000010 | ee81a9efbe84ee8489efbdbde5a4b16b42 |
UHC | ????失kB | 0011111100111111001111110011111111100011111101110110101101000010 | 3f3f3f3fe3f76b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)