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 | çùãÙ | 100111001000000111100111111110011110001111011001 | 9c81e7f9e3d9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??çùãÙ | 0011111100111111100011111010101110101110100011111010101111100011100011111010101110101010100011111010101011100011 | 3f3f8fabae8fabe38fabaa8faae3 |
UTF-8 | çùãÙ | 110000101001110011000010100000011100001110100111110000111011100111000011101000111100001110011001 | c29cc281c3a7c3b9c3a3c399 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)