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 | 趙瑚、占ウ | 1110011011100010100011001110100010100100100100001110100010110011 | e6e28ce8a490e8b3 |
EUC-JP | 趙瑚、占ウ | 11101100111001001011100011101010100011101010010011000000111010101000111010110011 | ece4b8ea8ea4c0ea8eb3 |
UTF-8 | 趙瑚、占ウ | 111010001011011010011001111001111001000110011010111011111011110110100100111001011000110110100000111011111011110110110011 | e8b699e7919aefbda4e58da0efbdb3 |
UHC | 趙瑚?占? | 1111000011100001111110111101000100111111111011111011111100111111 | f0e1fbd13fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)