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 | âÁö°áß\ | 11100010110000011111011010110000111000011101111101011100 | e2c1f6b0e1df5c |
SJIS-WIN | ???°??\ | 0011111100111111001111111000000110001011001111110011111101011100 | 3f3f3f818b3f3f5c |
EUC-JP | âÁö°áß\ | 100011111010101110100100100011111010101010100001100011111010101111010011101000011110101110001111101010111010000110001111101010011100111001011100 | 8faba48faaa18fabd3a1eb8faba18fa9ce5c |
UTF-8 | âÁö°áß\ | 11000011101000101100001110000001110000111011011011000010101100001100001110100001110000111001111101011100 | c3a2c381c3b6c2b0c3a1c39f5c |
UHC | ???°?ß\ | 001111110011111100111111101000011100011000111111101010011010110001011100 | 3f3f3fa1c63fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)