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 | シ醉銜ウ | 1111000010110011101111001110011111001011111001111111000010110011 | f0b3bce7cbe7f0b3 |
EUC-JP | ?シ醉銜ウ | 001111111000111010111100111011101100110111101110111100101000111010110011 | 3f8ebceecdeef28eb3 |
UTF-8 | シ醉銜ウ | 111011101000000110110010111011111011110110111100111010011000011010001001111010011000101010011100111011111011110110110011 | ee81b2efbdbce98689e98a9cefbdb3 |
UHC | ??醉銜? | 00111111001111111111011010101101111110011110011100111111 | 3f3ff6adf9e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)