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 | 00111111001111110101111100111111001111110101111101000101 | 3f3f5f3f3f5f45 |
SJIS-WIN | 蜿ゥ_蜿ゥ_E | 111001011000111110101001010111111110010110001111101010010101111101000101 | e58fa95fe58fa95f45 |
EUC-JP | 蜿ゥ_蜿ゥ_E | 1110100111101111100011101010100101011111111010011110111110001110101010010101111101000101 | e9ef8ea95fe9ef8ea95f45 |
UTF-8 | 蜿ゥ_蜿ゥ_E | 111010001001110010111111111011111011110110101001010111111110100010011100101111111110111110111101101010010101111101000101 | e89cbfefbda95fe89cbfefbda95f45 |
UHC | ??_??_E | 00111111001111110101111100111111001111110101111101000101 | 3f3f5f3f3f5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)