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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀??飮? | 10010111011100110011111100111111100111110101101000111111 | 97733f3f9f5a3f |
EUC-JP | 耀??飮? | 11001101110101000011111100111111110111011011101100111111 | cdd43f3fddbb3f |
UTF-8 | 耀붵끂飮퀯 | 111010001000000010000000111010111011011010110101111010111000000110000010111010011010001110101110111011011000000010101111 | e88080ebb6b5eb8182e9a3aeed80af |
UHC | 耀붵끂飮퀯 | 11101001101001011001010011100011100001011011100011101011111001101011010001000010 | e9a594e385b8ebe6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)