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 | ùé¥Ã | 11111001111010011010010111000011 | f9e9a5c3 |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ùé?Ã | 10001111101010111110001110001111101010111011000100111111100011111010101010101010 | 8fabe38fabb13f8faaaa |
UTF-8 | ùé¥Ã | 1100001110111001110000111010100111000010101001011100001110000011 | c3b9c3a9c2a5c383 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)