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 | ðô¼¦yB | 111100001111010010111100101001100111100101000010 | f0f4bca67942 |
SJIS-WIN | ????yB | 001111110011111100111111001111110111100101000010 | 3f3f3f3f7942 |
EUC-JP | ðô?¦yB | 100011111010100111000011100011111010101111010100001111111000111110100010110000110111100101000010 | 8fa9c38fabd43f8fa2c37942 |
UTF-8 | ðô¼¦yB | 11000011101100001100001110110100110000101011110011000010101001100111100101000010 | c3b0c3b4c2bcc2a67942 |
UHC | ð?¼?yB | 1010100110100011001111111010100011111001001111110111100101000010 | a9a33fa8f93f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)