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 | 邁ス邵」褄 | 1110011110110000101111011110011110111000101000111110010111101011 | e7b0bde7b8a3e5eb |
EUC-JP | 邁ス邵」褄 | 11101110101100101000111010111101111011101011101010001110101000111110101011101101 | eeb28ebdeeba8ea3eaed |
UTF-8 | 邁ス邵」褄 | 111010011000001010000001111011111011110110111101111010011000001010110101111011111011110110100011111010001010010010000100 | e98281efbdbde982b5efbda3e8a484 |
UHC | 邁?邵?? | 11011000111001000011111111100001110100000011111100111111 | d8e43fe1d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)