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 | ìùÄì³· | 1110110011111001110001001110110010001110101100111000111010110111 | ecf9c4ec8eb38eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ìùÄì???? | 10001111101010111100000010001111101010111110001110001111101010101010001110001111101010111100000000111111001111110011111100111111 | 8fabc08fabe38faaa38fabc03f3f3f3f |
UTF-8 | ìùÄì³· | 11000011101011001100001110111001110000111000010011000011101011001100001010001110110000101011001111000010100011101100001010110111 | c3acc3b9c384c3acc28ec2b3c28ec2b7 |
UHC | ?????³?· | 00111111001111110011111100111111001111111010100111111000001111111010000110100100 | 3f3f3f3f3fa9f83fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)