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 | 逋イ繽雅郷 | 111001111001100110110010111000111000111110001001111010111000101110111101 | e799b2e38f89eb8bbd |
EUC-JP | 逋イ繽雅郷 | 11101101111110011000111010110010111001011110111110110010111011011011011010111111 | edf98eb2e5efb2edb6bf |
UTF-8 | 逋イ繽雅郷 | 111010011000000010001011111011111011110110110010111001111011100110111101111010011001101110000101111010011000001110110111 | e9808befbdb2e7b9bde99b85e983b7 |
UHC | 逋??雅? | 11111000111001110011111100111111111001001011101000111111 | f8e73f3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)