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 | 蕘駈従鐓 | 1110010011111011100010111110110110001111010111011110100001011101 | e4fb8bed8f5de85d |
EUC-JP | 蕘駈従鐓 | 1110100011111101101101101110111110111101101111101110111110111110 | e8fdb6efbdbeefbe |
UTF-8 | 蕘駈従鐓 | 111010001001010110011000111010011010011110001000111001011011111010010011111010011001000010010011 | e89598e9a788e5be93e99093 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)