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 | 邵母ソゥ妤 | 1110011110111000100101011110101010111111101010011111101010100100 | e7b895eabfa9faa4 |
EUC-JP | 邵母ソゥ妤 | 1110111010111010110010101110110010001110101111111000111010101001100011111011100110101111 | eebacaec8ebf8ea98fb9af |
UTF-8 | 邵母ソゥ妤 | 111010011000001010110101111001101010111110001101111011111011110110111111111011111011110110101001111001011010011010100100 | e982b5e6af8defbdbfefbda9e5a6a4 |
UHC | 邵母??? | 11100001110100001101100110111101001111110011111100111111 | e1d0d9bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)