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 | 鮨種遵髮」 | 111010011011110110001110111011011000111110000101111010011001101110100011 | e9bd8eed8f85e99ba3 |
EUC-JP | 鮨種遵髮」 | 11110010101111111011110011101111101111011110010111110001111110111000111010100011 | f2bfbcefbde5f1fb8ea3 |
UTF-8 | 鮨種遵髮」 | 111010011010111010101000111001111010100010101110111010011000000110110101111010011010101110101110111011111011110110100011 | e9aea8e7a8aee981b5e9abaeefbda3 |
UHC | ?種遵髮? | 0011111111110000111110101111000111100101110110111010010100111111 | 3ff0faf1e5dba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)