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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 淫莎??] | 10001000111110101110010010110011001111110011111101011101 | 88fae4b33f3f5d |
EUC-JP | 淫莎??] | 10110000111111001110100010110101001111110011111101011101 | b0fce8b53f3f5d |
UTF-8 | 淫莎렟렲] | 11100110101101111010101111101000100011101000111011101011101000001001111111101011101000001011001001011101 | e6b7abe88e8eeba09feba0b25d |
UHC | 淫莎렟렲] | 111010111110001011011110111011011000111010110000100011101011111101011101 | ebe2deed8eb08ebf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)