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 | 崖彧 | 10001010010100101111101010111001 | 8a52fab9 |
EUC-JP | 崖彧 | 1011001110110011100011111011110011111110 | b3b38fbcfe |
UTF-8 | 崖彧 | 111001011011010010010110111001011011110110100111 | e5b496e5bda7 |
UHC | 崖彧 | 11100100111100001110100111101110 | e4f0e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)