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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬣鴣豎゚ロ | 1110100110100101111010011111001111100110101100011101111111011011 | e9a5e9f3e6b1dfdb |
EUC-JP | 鬣鴣豎゚ロ | 11110010101001111111001011110101111011001011001110001110110111111000111011011011 | f2a7f2f5ecb38edf8edb |
UTF-8 | 鬣鴣豎゚ロ | 111010011010110010100011111010011011010010100011111010001011000110001110111011111011111010011111111011111011111010011011 | e9aca3e9b4a3e8b18eefbe9fefbe9b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)