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 | 治渉゙爵 | 10001110101000011000111111000010110111101000111011011101 | 8ea18fc2de8edd |
EUC-JP | 治渉゙爵 | 1011110010100011101111101100010010001110110111101011110011011111 | bca3bec48edebcdf |
UTF-8 | 治渉゙爵 | 111001101011001010111011111001101011100010001001111011111011111010011110111001111000100010110101 | e6b2bbe6b889efbe9ee788b5 |
UHC | 治??爵 | 111101101011110100111111001111111110110111001001 | f6bd3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)