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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 円??? | 1000100101111110001111110011111100111111 | 897e3f3f3f |
EUC-JP | 円??佾 | 10110001110111110011111100111111100011111011000011111011 | b1df3f3f8fb0fb |
UTF-8 | 円ㅲ몼佾 | 111001011000011010000110111000111000010110110010111010111010101010111100111001001011110110111110 | e58686e385b2ebaabce4bdbe |
UHC | 円ㅲ몼佾 | 1110010111110111101001001110001010010001101000011110110011101011 | e5f7a4e291a1eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)