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 | 慥膜癰逋 | 1001110011010010100101101000110011100001100111101110011110011001 | 9cd2968ce19ee799 |
EUC-JP | 慥膜癰逋 | 1101100011010100110010111110110011100001111111101110110111111001 | d8d4cbece1feedf9 |
UTF-8 | 慥膜癰逋 | 111001101000010110100101111010001000011010011100111001111001100110110000111010011000000010001011 | e685a5e8869ce799b0e9808b |
UHC | ?膜癰逋 | 00111111110110001010111111101000101110011111100011100111 | 3fd8afe8b9f8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)