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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 叱縞o | 1000111010110110100011101100100001101111 | 8eb68ec86f |
EUC-JP | 叱縞o | 1011110010111000101111001100101001101111 | bcb8bcca6f |
UTF-8 | 叱縞o | 11100101100011111011000111100111101110001001111001101111 | e58fb1e7b89e6f |
UHC | 叱縞o | 1111001011101010111110111101011001101111 | f2eafbd66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)