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 | 彗??兄? | 10011100011000010011111100111111100011000101101000111111 | 9c613f3f8c5a3f |
EUC-JP | 彗??兄? | 11010111110000100011111100111111101101111011101100111111 | d7c23f3fb7bb3f |
UTF-8 | 彗륃뼂兄촜 | 111001011011110110010111111010111010010110000011111010111011110010000010111001011000010110000100111011001011010010011100 | e5bd97eba583ebbc82e58584ecb49c |
UHC | 彗륃뼂兄촜 | 11111011101100101000111111101110100101101000110011111010111111001010110001010111 | fbb28fee968cfafcac57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)