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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 巐懦囹e^ | 1111101010110110100111001110110110011010100110100110010101011110 | fab69ced9a9a655e |
EUC-JP | 巐懦囹e^ | 100011111011101111111001110110001110111111010011111110100110010101011110 | 8fbbf9d8efd3fa655e |
UTF-8 | 巐懦囹e^ | 1110010110110111100100001110011010000111101001101110010110011011101110010110010101011110 | e5b790e687a6e59bb9655e |
UHC | ?懦囹e^ | 00111111110100011101011111010110101101110110010101011110 | 3fd1d7d6b7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)