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 | 盧菰 | 11100001101110001000110011010100 | e1b88cd4 |
EUC-JP | 盧菰 | 11100010101110101011100011010110 | e2bab8d6 |
UTF-8 | 盧菰 | 111001111001101110100111111010001000111110110000 | e79ba7e88fb0 |
UHC | 盧菰 | 11010110110101001100110111001010 | d6d4cdca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)