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 | 罧駈州扈 | 1110001110101100100010111110110110001111010000101110011110111011 | e3ac8bed8f42e7bb |
EUC-JP | 罧駈州扈 | 1110011010101110101101101110111110111101101000111110111010111101 | e6aeb6efbda3eebd |
UTF-8 | 罧駈州扈 | 111001111011110110100111111010011010011110001000111001011011011110011110111001101000100110001000 | e7bda7e9a788e5b79ee68988 |
UHC | ??州扈 | 001111110011111111110001101101101111101111000011 | 3f3ff1b6fbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)