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 | 珞床 | 11100000111000101000111110110000 | e0e28fb0 |
EUC-JP | 珞床 | 11100000111001001011111010110010 | e0e4beb2 |
UTF-8 | 珞床 | 111001111000111110011110111001011011101010001010 | e78f9ee5ba8a |
UHC | 珞床 | 11010101101010001101111111001001 | d5a8dfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)