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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 躁?ε梓?e^ | 11100111010011100011111110000011110000111000100010110010001111110110010101011110 | e74e3f83c388b23f655e |
EUC-JP | 躁?ε梓?e^ | 11101101101011110011111110100110110001011011000010110100001111110110010101011110 | edaf3fa6c5b0b43f655e |
UTF-8 | 躁ㅸε梓렎e^ | 11101000101110101000000111100011100001011011100011001110101101011110011010100010100100111110101110100000100011100110010101011110 | e8ba81e385b8ceb5e6a293eba08e655e |
UHC | 躁ㅸε梓렎e^ | 111100001110001010100100111010001010010111100101111011101010100110001110101001000110010101011110 | f0e2a4e8a5e5eea98ea4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)