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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 彗??兄? | 10011100011000010011111100111111100011000101101000111111 | 9c613f3f8c5a3f |
EUC-JP | 彗??兄® | 110101111100001000111111001111111011011110111011100011111010001011101110 | d7c23f3fb7bb8fa2ee |
UTF-8 | 彗륃뻿兄® | 1110010110111101100101111110101110100101100000111110101110111011101111111110010110000101100001001100001010101110 | e5bd97eba583ebbbbfe58584c2ae |
UHC | 彗륃뻿兄® | 11111011101100101000111111101110100101101000101011111010111111001010001011100111 | fbb28fee968afafca2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)