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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荵玲 | 11100100101110011001011111100110 | e4b997e6 |
EUC-JP | 荵玲 | 11101000101110111100111011101000 | e8bbcee8 |
UTF-8 | 荵玲 | 111010001000110110110101111001111000111010110010 | e88db5e78eb2 |
UHC | ?玲 | 001111111101011010111100 | 3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)