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 | 諤先カ沓 | 11100110100000001001000011100110101101101000110001000010 | e68090e6b68c42 |
EUC-JP | 諤先カ沓 | 1110101111100000110000001110100010001110101101101011011110100011 | ebe0c0e88eb6b7a3 |
UTF-8 | 諤先カ沓 | 111010001010101110100100111001011000010110001000111011111011110110110110111001101011001010010011 | e8aba4e58588efbdb6e6b293 |
UHC | ?先?沓 | 001111111110000010111011001111111101001111001011 | 3fe0bb3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)