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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雉槫尹逍 | 1110100010110011100111101110010110011011100110101110011110010110 | e8b39ee59b9ae796 |
EUC-JP | 雉槫尹逍 | 1111000010110101110111001110011111010101111110101110110111110110 | f0b5dce7d5faedf6 |
UTF-8 | 雉槫尹逍 | 111010011001101110001001111001101010011110101011111001011011000010111001111010011000000010001101 | e99b89e6a7abe5b0b9e9808d |
UHC | 雉?尹逍 | 11110110110010110011111111101011110001011110000111001110 | f6cb3febc5e1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)