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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋺・辜毅 | 11100111111110101010010111100111100000111000101101000010 | e7faa5e7838b42 |
EUC-JP | 鋺・辜毅 | 1110111011111100100011101010010111101101111000111011010110100011 | eefc8ea5ede3b5a3 |
UTF-8 | 鋺・辜毅 | 111010011000101110111010111011111011110110100101111010001011111010011100111001101010111110000101 | e98bbaefbda5e8be9ce6af85 |
UHC | ??辜毅 | 001111110011111111001101110100001110101111110110 | 3f3fcdd0ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)