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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 易??易?B | 1000100011010101001111110011111110001000110101010011111101000010 | 88d53f3f88d53f42 |
EUC-JP | 易??易?B | 1011000011010111001111110011111110110000110101110011111101000010 | b0d73f3fb0d73f42 |
UTF-8 | 易뚪퐦易똮B | 11100110100110001001001111101011100110101010101011101101100100001010011011100110100110001001001111101011100110001010111001000010 | e69893eb9aaaed90a6e69893eb98ae42 |
UHC | 易뚪퐦易똮B | 1110011010110110100011001110100110111101100011111110011010110110100011000110111101000010 | e6b68ce9bd8fe6b68c6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)