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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 揶??鳶? | 10011101100010000011111100111111100100111100111000111111 | 9d883f3f93ce3f |
EUC-JP | 揶??鳶? | 11011001111010000011111100111111110001101101000000111111 | d9e83f3fc6d03f |
UTF-8 | 揶ㅵ른鳶퍯 | 111001101000111110110110111000111000010110110101111010111010010110111000111010011011001110110110111011011000110110101111 | e68fb6e385b5eba5b8e9b3b6ed8daf |
UHC | 揶ㅵ른鳶퍯 | 11100101101010101010010011100101101110001010010111100110111010011011110001000110 | e5aaa4e5b8a5e6e9bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)