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 | 莉諶 | 11100100101110111111101110101010 | e4bbfbaa |
EUC-JP | 莉諶 | 1110100010111101100011111101111010110101 | e8bd8fdeb5 |
UTF-8 | 莉諶 | 111010001000111010001001111010001010101110110110 | e88e89e8abb6 |
UHC | 莉諶 | 11010111111010011110010010100110 | d7e9e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)