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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霈雅唆 | 111010001011110010001001111010111000110110110100 | e8bc89eb8db4 |
EUC-JP | 霈雅唆 | 111100001011111010110010111011011011101010110110 | f0beb2edbab6 |
UTF-8 | 霈雅唆 | 111010011001110010001000111010011001101110000101111001011001010010000110 | e99c88e99b85e59486 |
UHC | ?雅唆 | 0011111111100100101110101101111011001010 | 3fe4badeca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)