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 | 彗륃맆兄찦 | 111001011011110110010111111010111010010110000011111010111010011110000110111001011000010110000100111011001011000010100110 | e5bd97eba583eba786e58584ecb0a6 |
UHC | 彗륃맆兄찦 | 11111011101100101000111111101110100100001010000011111010111111001010101001000010 | fbb28fee90a0fafcaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)