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 | ߸¦£ | 11011111101110001010011010100011 | dfb8a6a3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | ߸¦£ | 1000111110101001110011101000111110100010101100011000111110100010110000111010000111110010 | 8fa9ce8fa2b18fa2c3a1f2 |
UTF-8 | ߸¦£ | 1100001110011111110000101011100011000010101001101100001010100011 | c39fc2b8c2a6c2a3 |
UHC | ߸?? | 101010011010110010100010101011000011111100111111 | a9aca2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)