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 | 譿ィ邁宅勢 | 111110111010110010101000111001111011000010010001111011101001000010101000 | fbaca8e7b091ee90a8 |
EUC-JP | ?ィ邁宅勢 | 001111111000111010101000111011101011001011000010111100001100000010101010 | 3f8ea8eeb2c2f0c0aa |
UTF-8 | 譿ィ邁宅勢 | 111010001010110110111111111011111011110110101000111010011000001010000001111001011010111010000101111001011000101110100010 | e8adbfefbda8e98281e5ae85e58ba2 |
UHC | ??邁宅勢 | 0011111100111111110110001110010011010011111010111110000110100111 | 3f3fd8e4d3ebe1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)