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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 終?碇?楮 | 1000111101001001001111111001001011110100001111111001111010111000 | 8f493f92f43f9eb8 |
EUC-JP | 終?碇?楮 | 1011110110101010001111111100010011110110001111111101110010111010 | bdaa3fc4f63fdcba |
UTF-8 | 終렖碇렯楮 | 111001111011010110000010111010111010000010010110111001111010001010000111111010111010000010101111111001101010010110101110 | e7b582eba096e7a287eba0afe6a5ae |
UHC | 終렖碇렯楮 | 11110000111110111000111010101011111011111110110110001110101111001110111010111111 | f0fb8eabefed8ebceebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)