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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 壬???G | 100100000111000000111111001111110011111101000111 | 90703f3f3f47 |
EUC-JP | 壬???G | 101111111101000100111111001111110011111101000111 | bfd13f3f3f47 |
UTF-8 | 壬얹렒렖G | 11100101101000111010110011101100100101101011100111101011101000001001001011101011101000001001011001000111 | e5a3acec96b9eba092eba09647 |
UHC | 壬얹렒렖G | 111011001111001110111110111100011000111010100111100011101010101101000111 | ecf3bef18ea78eab47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)