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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 盧怦h | 1110000110111000100111001000100001101000 | e1b89c8868 |
EUC-JP | 盧怦h | 1110001010111010110101111110100001101000 | e2bad7e868 |
UTF-8 | 盧怦h | 11100111100110111010011111100110100000001010011001101000 | e79ba7e680a668 |
UHC | 盧?h | 11010110110101000011111101101000 | d6d43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)