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 | 魄ク雎宣ェ | 1110100110101110101110001110100010110001100100001110100110101010 | e9aeb8e8b190e9aa |
EUC-JP | 魄ク雎宣ェ | 11110010101100001000111010111000111100001011001111000000111010111000111010101010 | f2b08eb8f0b3c0eb8eaa |
UTF-8 | 魄ク雎宣ェ | 111010011010110110000100111011111011110110111000111010011001101110001110111001011010111010100011111011111011110110101010 | e9ad84efbdb8e99b8ee5aea3efbdaa |
UHC | 魄?雎宣? | 1101101111011110001111111110111011010001111000001011111000111111 | dbde3feed1e0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)