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 | âü | 111000101111110010011111100101011001111110010101 | e2fc9f959f95 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âü???? | 10001111101010111010010010001111101010111110010000111111001111110011111100111111 | 8faba48fabe43f3f3f3f |
UTF-8 | âü | 110000111010001011000011101111001100001010011111110000101001010111000010100111111100001010010101 | c3a2c3bcc29fc295c29fc295 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)