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 | ßâáᣠ| 100011101101111111100010111000011110000110100011 | 8edfe2e1e1a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ?ßâáᣠ| 001111111000111110101001110011101000111110101011101001001000111110101011101000011000111110101011101000011010000111110010 | 3f8fa9ce8faba48faba18faba1a1f2 |
UTF-8 | ßâáᣠ| 110000101000111011000011100111111100001110100010110000111010000111000011101000011100001010100011 | c28ec39fc3a2c3a1c3a1c2a3 |
UHC | ?ß???? | 00111111101010011010110000111111001111110011111100111111 | 3fa9ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)