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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隗」彧 | 1110100010100111101000111111101010111001 | e8a7a3fab9 |
EUC-JP | 隗」彧 | 11110000101010011000111010100011100011111011110011111110 | f0a98ea38fbcfe |
UTF-8 | 隗」彧 | 111010011001101010010111111011111011110110100011111001011011110110100111 | e99a97efbda3e5bda7 |
UHC | ??彧 | 00111111001111111110100111101110 | 3f3fe9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)