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 | À±Æë | 11000000101100011100011011101011 | c0b1c6eb |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | À±Æë | 1000111110101010101000101010000111011110100011111010100110100001100011111010101110110011 | 8faaa2a1de8fa9a18fabb3 |
UTF-8 | À±Æë | 1100001110000000110000101011000111000011100001101100001110101011 | c380c2b1c386c3ab |
UHC | ?±Æ? | 001111111010000110111110101010001010000100111111 | 3fa1bea8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)