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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 雕旃諌ヲA | 1110100010111000100111011101000110001010110100001010011001000001 | e8b89dd18ad0a641 |
EUC-JP | 雕旃諌ヲA | 111100001011101011011010110100111011010011010010100011101010011001000001 | f0badad3b4d28ea641 |
UTF-8 | 雕旃諌ヲA | 11101001100110111001010111100110100101111000001111101000101010111000110011101111101111011010011001000001 | e99b95e69783e8ab8cefbda641 |
UHC | 雕???A | 111100001110011100111111001111110011111101000001 | f0e73f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)