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 | 閹オ雎ェ笏 | 1110100010000110101101011110100010110001101010101110001010010100 | e886b5e8b1aae294 |
EUC-JP | 閹オ雎ェ笏 | 11101111111001101000111010110101111100001011001110001110101010101110001111110100 | efe68eb5f0b38eaae3f4 |
UTF-8 | 閹オ雎ェ笏 | 111010011001011010111001111011111011110110110101111010011001101110001110111011111011110110101010111001111010110010001111 | e996b9efbdb5e99b8eefbdaae7ac8f |
UHC | ??雎?笏 | 00111111001111111110111011010001001111111111101111101110 | 3f3feed13ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)