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 | 銓戊エ区遏 | 1110011111110010100101011110100010110100100010111110011011110101100101011110011110011111 | e7f295e8b48be6f595e79f |
EUC-JP | 銓戊エ区?遏 | 1110111011110100110010101110101010001110101101001011011011101000001111111110111010100001 | eef4caea8eb4b6e83feea1 |
UTF-8 | 銓戊エ区遏 | 111010011000101010010011111001101000100010001010111011111011110110110100111001011000110010111010111011101001000010000000111010011000000110001111 | e98a93e6888aefbdb4e58cbaee9080e9818f |
UHC | 銓戊???? | 1110111110110000110110011110011000111111001111110011111100111111 | efb0d9e63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)