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 | ßÑúÌô× | 110111111101000111111010110011001111010011010111 | dfd1faccf4d7 |
SJIS-WIN | ?????× | 00111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f817e |
EUC-JP | ßÑúÌô× | 1000111110101001110011101000111110101010110100001000111110101011111000101000111110101010110000001000111110101011110101001010000111011111 | 8fa9ce8faad08fabe28faac08fabd4a1df |
UTF-8 | ßÑúÌô× | 110000111001111111000011100100011100001110111010110000111000110011000011101101001100001110010111 | c39fc391c3bac38cc3b4c397 |
UHC | ß????× | 1010100110101100001111110011111100111111001111111010000110111111 | a9ac3f3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)