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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ы?唯 | 001111110011111100111111001111111000010010001101001111111001011101000010 | 3f3f3f3f848d3f9742 |
EUC-JP | ????ы?唯 | 001111110011111100111111001111111010011111101101001111111100110110100011 | 3f3f3f3fa7ed3fcda3 |
UTF-8 | 銳노젦吳ы쓼唯 | 1110100110001010101100111110101110000101101110001110110010100000101001101110010110010000101100111101000110001011111011001001001110111100111001011001010010101111 | e98ab3eb85b8eca0a6e590b3d18bec93bce594af |
UHC | 銳노젦吳ы쓼唯 | 1110011111100101101100111110101110100000100111101110011111101111101011001110110110011101100101111110101011100110 | e7e5b3eba09ee7efaced9d97eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)