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 | 園??? | 1000100110000000001111110011111100111111 | 89803f3f3f |
EUC-JP | 園?靷? | 10110001111000000011111110001111111001111011110100111111 | b1e03f8fe7bd3f |
UTF-8 | 園렍靷롏 | 111001011001110010010010111010111010000010001101111010011001110110110111111010111010000110001111 | e59c92eba08de99db7eba18f |
UHC | 園렍靷롏 | 1110101010101110100011101010001111101100111001101000111011010101 | eaae8ea3ece68ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)