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 | æ°æ§ | 111001101001110110110000111001101010011110011000 | e69db0e6a798 |
SJIS-WIN | ??°?§? | 0011111100111111100000011000101100111111100000011001100000111111 | 3f3f818b3f81983f |
EUC-JP | �� | 100011111010100111000001001111111010000111101011100011111010100111000001101000011111100000111111 | 8fa9c13fa1eb8fa9c1a1f83f |
UTF-8 | æ°æ§ | 110000111010011011000010100111011100001010110000110000111010011011000010101001111100001010011000 | c3a6c29dc2b0c3a6c2a7c298 |
UHC | �� | 10101001101000010011111110100001110001101010100110100001101000011101011100111111 | a9a13fa1c6a9a1a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)