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 | ûP¤û© | 1111101101010000101001001111101110101001 | fb50a4fba9 |
SJIS-WIN | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
EUC-JP | ûP¤û© | 10001111101010111110010101010000100011111010001011110000100011111010101111100101100011111010001011101101 | 8fabe5508fa2f08fabe58fa2ed |
UTF-8 | ûP¤û© | 110000111011101101010000110000101010010011000011101110111100001010101001 | c3bb50c2a4c3bbc2a9 |
UHC | ?P¤?? | 001111110101000010100010101101000011111100111111 | 3f50a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)