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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 巐懦囹c^ | 1111101010110110100111001110110110011010100110100110001101011110 | fab69ced9a9a635e |
EUC-JP | 巐懦囹c^ | 100011111011101111111001110110001110111111010011111110100110001101011110 | 8fbbf9d8efd3fa635e |
UTF-8 | 巐懦囹c^ | 1110010110110111100100001110011010000111101001101110010110011011101110010110001101011110 | e5b790e687a6e59bb9635e |
UHC | ?懦囹c^ | 00111111110100011101011111010110101101110110001101011110 | 3fd1d7d6b7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)