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 | 塢??汚 | 100110101100011100111111001111111000100110011000 | 9ac73f3f8998 |
EUC-JP | 塢??汚 | 110101001100100100111111001111111011000111111000 | d4c93f3fb1f8 |
UTF-8 | 塢쇽슈汚 | 111001011010000110100010111011001000011110111101111011001000101010001000111001101011000110011010 | e5a1a2ec87bdec8a88e6b19a |
UHC | 塢쇽슈汚 | 1110011111110001101111001110111110111101101101001110011111111101 | e7f1bcefbdb4e7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)