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 | Þ¤¬{d | 10001111110111101010010010001110101011000111101101100100 | 8fdea48eac7b64 |
SJIS-WIN | ????¬{d | 0011111100111111001111110011111110000001110010100111101101100100 | 3f3f3f3f81ca7b64 |
EUC-JP | ?Þ¤?¬{d | 001111111000111110101001101100001000111110100010111100000011111110100010110011000111101101100100 | 3f8fa9b08fa2f03fa2cc7b64 |
UTF-8 | Þ¤¬{d | 110000101000111111000011100111101100001010100100110000101000111011000010101011000111101101100100 | c28fc39ec2a4c28ec2ac7b64 |
UHC | ?Þ¤??{d | 001111111010100010101101101000101011010000111111001111110111101101100100 | 3fa8ada2b43f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)