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 | 骭オ窶イ鬆 | 1110100110001100101101011110001010000000101100101110100110100000 | e98cb5e280b2e9a0 |
EUC-JP | 骭オ窶イ鬆 | 11110001111011001000111010110101111000111110000010001110101100101111001010100010 | f1ec8eb5e3e08eb2f2a2 |
UTF-8 | 骭オ窶イ鬆 | 111010011010101010101101111011111011110110110101111001111010101010110110111011111011110110110010111010011010110010000110 | e9aaadefbdb5e7aab6efbdb2e9ac86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)