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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫ル?鴨?? | 100110001010110010000011100010110011111110001010100110110011111100111111 | 98ac838b3f8a9b3f3f |
EUC-JP | 豫ル?鴨?? | 110100001010111010100101111010110011111110110011111110110011111100111111 | d0aea5eb3fb3fb3f3f |
UTF-8 | 豫ル젌鴨뗫젶 | 111010001011000110101011111000111000001110101011111011001010000010001100111010011011010010101000111010111001011110101011111011001010000010110110 | e8b1abe383abeca08ce9b4a8eb97abeca0b6 |
UHC | 豫ル젌鴨뗫젶 | 111001111110001110101011111010111010000010001101111001001110010110001011111010111010000010101010 | e7e3abeba08de4e58beba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)