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 | åºä» | 1110010110111010100101011110010010111011 | e5ba95e4bb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | åº?ä? | 1000111110101011101010011000111110100010111010110011111110001111101010111010001100111111 | 8faba98fa2eb3f8faba33f |
UTF-8 | åºä» | 11000011101001011100001010111010110000101001010111000011101001001100001010111011 | c3a5c2bac295c3a4c2bb |
UHC | ?º??? | 001111111010100010101100001111110011111100111111 | 3fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)