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 | 薔俄振鐔 | 1110010101001011100010011110001010010000010101011110100001011100 | e54b89e29055e85c |
EUC-JP | 薔俄振鐔 | 1110100110101100101100101110010010111111101101101110111110111101 | e9acb2e4bfb6efbd |
UTF-8 | 薔俄振鐔 | 111010001001011010010100111001001011111110000100111001101000110010101111111010011001000010010100 | e89694e4bf84e68cafe99094 |
UHC | 薔俄振? | 11101101111110011110010010101101111100101100100100111111 | edf9e4adf2c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)