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 | °êÀ±Ì | 101100001110101011000000101100011000111111001100 | b0eac0b18fcc |
SJIS-WIN | °??±?? | 1000000110001011001111110011111110000001011111010011111100111111 | 818b3f3f817d3f3f |
EUC-JP | °êÀ±?Ì | 1010000111101011100011111010101110110100100011111010101010100010101000011101111000111111100011111010101011000000 | a1eb8fabb48faaa2a1de3f8faac0 |
UTF-8 | °êÀ±Ì | 110000101011000011000011101010101100001110000000110000101011000111000010100011111100001110001100 | c2b0c3aac380c2b1c28fc38c |
UHC | °??±?? | 1010000111000110001111110011111110100001101111100011111100111111 | a1c63f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)