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 | ÌÀûÑÎ | 1100110011000000111110111101000111001110 | ccc0fbd1ce |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÌÀûÑÎ | 100011111010101011000000100011111010101010100010100011111010101111100101100011111010101011010000100011111010101011000010 | 8faac08faaa28fabe58faad08faac2 |
UTF-8 | ÌÀûÑÎ | 11000011100011001100001110000000110000111011101111000011100100011100001110001110 | c38cc380c3bbc391c38e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)