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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 将エ。鵆召ツh | 10001111101010111011010010100001111010011111101110001111101000101100001001101000 | 8fabb4a1e9fb8fa2c268 |
EUC-JP | 将エ。鵆召ツh | 10111110101011011000111010110100100011101010000111110010111111011011111010100100100011101100001001101000 | bead8eb48ea1f2fdbea48ec268 |
UTF-8 | 将エ。鵆召ツh | 11100101101100001000011011101111101111011011010011101111101111011010000111101001101101011000011011100101100011111010110011101111101111101000001001101000 | e5b086efbdb4efbda1e9b586e58facefbe8268 |
UHC | ????召?h | 0011111100111111001111110011111111100001101011110011111101101000 | 3f3f3f3fe1af3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)