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 | è±èª | 1110100010000011101100011110100010101010 | e883b1e8aa |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | è?±èª | 100011111010101110110010001111111010000111011110100011111010101110110010100011111010001011101100 | 8fabb23fa1de8fabb28fa2ec |
UTF-8 | è±èª | 11000011101010001100001010000011110000101011000111000011101010001100001010101010 | c3a8c283c2b1c3a8c2aa |
UHC | ??±?ª | 00111111001111111010000110111110001111111010100010100011 | 3f3fa1be3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)