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 | 邀倡ア錬 | 11100111101100011001100011100111101100011001100001000010 | e7b198e7b19842 |
EUC-JP | 邀倡ア錬 | 1110111010110011110100001110100110001110101100011100111110100011 | eeb3d0e98eb1cfa3 |
UTF-8 | 邀倡ア錬 | 111010011000001010000000111001011000000010100001111011111011110110110001111010011000110010101100 | e98280e580a1efbdb1e98cac |
UHC | 邀倡?? | 111010011010110111110011110110110011111100111111 | e9adf3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)