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 | 蹂コ逑疲 | 11100110111110001011101011100111100100111001010011100110 | e6f8bae79394e6 |
EUC-JP | 蹂コ逑疲 | 1110110011111010100011101011101011101101111100111100100011101000 | ecfa8ebaedf3c8e8 |
UTF-8 | 蹂コ逑疲 | 111010001011100110000010111011111011110110111010111010011000000010010001111001111001011010110010 | e8b982efbdbae98091e796b2 |
UHC | 蹂?逑疲 | 11101011101100110011111111001111110001111111100110101010 | ebb33fcfc7f9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)