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 | ç½è½å | 1110011110111101100100001110100010111101100111111110010110101101 | e7bd90e8bd9fe5ad |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??è??å? | 1000111110101011101011100011111100111111100011111010101110110010001111110011111110001111101010111010100100111111 | 8fabae3f3f8fabb23f3f8faba93f |
UTF-8 | ç½è½å | 11000011101001111100001010111101110000101001000011000011101010001100001010111101110000101001111111000011101001011100001010101101 | c3a7c2bdc290c3a8c2bdc29fc3a5c2ad |
UHC | ?½??½?? | 0011111110101000111101100011111100111111101010001111011000111111001111111010000110101001 | 3fa8f63f3fa8f63f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)