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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??璪 | 0011111100111111100011111100110011100000 | 3f3f8fcce0 |
UTF-8 | 뤴퓌璪 | 111010111010010010110100111011011001001110001100111001111001001010101010 | eba4b4ed938ce792aa |
UHC | 뤴퓌璪 | 100011111110001011000111101101101111000011010001 | 8fe2c7b6f0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)