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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍画㊥莠ィ | 111010011000001010001001111001101000011110000110111001001011101010101000 | e98289e68786e4baa8 |
EUC-JP | 驍画?莠ィ | 111100011110001010110010111010000011111111101000101111001000111010101000 | f1e2b2e83fe8bc8ea8 |
UTF-8 | 驍画㊥莠ィ | 111010011010100110001101111001111001010010111011111000111000101010100101111010001000111010100000111011111011110110101000 | e9a98de794bbe38aa5e88ea0efbda8 |
UHC | 驍???? | 111111011010010000111111001111110011111100111111 | fda43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)