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 | Éʳ¸ | 1000111111001001110010101011001110111000 | 8fc9cab3b8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÉÊ?¸ | 0011111110001111101010101011000110001111101010101011010000111111100011111010001010110001 | 3f8faab18faab43f8fa2b1 |
UTF-8 | Éʳ¸ | 11000010100011111100001110001001110000111000101011000010101100111100001010111000 | c28fc389c38ac2b3c2b8 |
UHC | ???³¸ | 00111111001111110011111110101001111110001010001010101100 | 3f3f3fa9f8a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)