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 | 逍壼㊥謔ウ | 111001111001011010011010111001011000011110000110111001101000001010110011 | e7969ae58786e682b3 |
EUC-JP | 逍壼?謔ウ | 111011011111011011010100111001110011111111101011111000101000111010110011 | edf6d4e73febe28eb3 |
UTF-8 | 逍壼㊥謔ウ | 111010011000000010001101111001011010001110111100111000111000101010100101111010001010110010010100111011111011110110110011 | e9808de5a3bce38aa5e8ac94efbdb3 |
UHC | 逍??謔? | 11100001110011100011111100111111111110011100110000111111 | e1ce3f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)