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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 巐懦囹@B | 1111101010110110100111001110110110011010100110100100000001000010 | fab69ced9a9a4042 |
EUC-JP | 巐懦囹@B | 100011111011101111111001110110001110111111010011111110100100000001000010 | 8fbbf9d8efd3fa4042 |
UTF-8 | 巐懦囹@B | 1110010110110111100100001110011010000111101001101110010110011011101110010100000001000010 | e5b790e687a6e59bb94042 |
UHC | ?懦囹@B | 00111111110100011101011111010110101101110100000001000010 | 3fd1d7d6b74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)