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 | 欷ヽ崢欷ヽ | 10011111010101111000000101010010100110111100001010011111010101111000000101010010 | 9f5781529bc29f578152 |
EUC-JP | 欷ヽ崢欷ヽ | 11011101101110001010000110110011110101101100010011011101101110001010000110110011 | ddb8a1b3d6c4ddb8a1b3 |
UTF-8 | 欷ヽ崢欷ヽ | 111001101010110010110111111000111000001110111101111001011011010010100010111001101010110010110111111000111000001110111101 | e6acb7e383bde5b4a2e6acb7e383bd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)