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 | è¹å®å¼ | 1110100010111001100000101110010110101110100010001110010110111100 | e8b982e5ae88e5bc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??å®?å? | 10001111101010111011001000111111001111111000111110101011101010011000111110100010111011100011111110001111101010111010100100111111 | 8fabb23f3f8faba98fa2ee3f8faba93f |
UTF-8 | è¹å®å¼ | 11000011101010001100001010111001110000101000001011000011101001011100001010101110110000101000100011000011101001011100001010111100 | c3a8c2b9c282c3a5c2aec288c3a5c2bc |
UHC | ?¹??®??¼ | 0011111110101001111101100011111100111111101000101110011100111111001111111010100011111001 | 3fa9f63f3fa2e73f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)