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 | 穩ャ?毅 | 11100010011100101000001110000011001111111000101101000010 | e27283833f8b42 |
EUC-JP | 穩ャ?毅 | 11100011110100111010010111100011001111111011010110100011 | e3d3a5e33fb5a3 |
UTF-8 | 穩ャ꺃毅 | 111001111010100110101001111000111000001110100011111010101011101010000011111001101010111110000101 | e7a9a9e383a3eaba83e6af85 |
UHC | 穩ャ꺃毅 | 1110100010110001101010111110001110000011101011001110101111110110 | e8b1abe383acebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)