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 | ì°¸î | 11101100101100001011100011101110 | ecb0b8ee |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ì°¸î | 1000111110101011110000001010000111101011100011111010001010110001100011111010101111000010 | 8fabc0a1eb8fa2b18fabc2 |
UTF-8 | ì°¸î | 1100001110101100110000101011000011000010101110001100001110101110 | c3acc2b0c2b8c3ae |
UHC | ?°¸? | 001111111010000111000110101000101010110000111111 | 3fa1c6a2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)