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 | °êÀç | 10110000111010101100000011100111 | b0eac0e7 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °êÀç | 1010000111101011100011111010101110110100100011111010101010100010100011111010101110101110 | a1eb8fabb48faaa28fabae |
UTF-8 | °êÀç | 1100001010110000110000111010101011000011100000001100001110100111 | c2b0c3aac380c3a7 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)