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 | ù兩 | 11111001111011111010010110111000 | f9efa5b8 |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ùï?¸ | 10001111101010111110001110001111101010111100000100111111100011111010001010110001 | 8fabe38fabc13f8fa2b1 |
UTF-8 | ù兩 | 1100001110111001110000111010111111000010101001011100001010111000 | c3b9c3afc2a5c2b8 |
UHC | ???¸ | 0011111100111111001111111010001010101100 | 3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)