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 | 章狡?牆? | 1000111111001101111000001100001000111111111000001010110100111111 | 8fcde0c23fe0ad3f |
EUC-JP | 章狡珷牆? | 10111110110011111110000011000100100011111100101111111010111000001010111100111111 | becfe0c48fcbfae0af3f |
UTF-8 | 章狡珷牆렦 | 111001111010101110100000111001111000101110100001111001111000111110110111111001111000100110000110111010111010000010100110 | e7aba0e78ba1e78fb7e78986eba0a6 |
UHC | 章狡珷牆렦 | 11101101111100011100111011101010110110011110111011101101111011011000111010110101 | edf1ceead9eeeded8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)