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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 淨?儀??~ | 1001111111000100001111111000101101010110001111110011111101111110 | 9fc43f8b563f3f7e |
EUC-JP | 淨?儀??~ | 1101111011000110001111111011010110110111001111110011111101111110 | dec63fb5b73f3f7e |
UTF-8 | 淨렠儀븀뱌~ | 11100110101101111010100011101011101000001010000011100101100001001000000011101011101110001000000011101011101100011000110001111110 | e6b7a8eba0a0e58480ebb880ebb18c7e |
UHC | 淨렠儀븀뱌~ | 1110111111100100100011101011000111101011111100001011101011100111101110011111001001111110 | efe48eb1ebf0bae7b9f27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)