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 | é¥ê³ì½ | 111010011010010110010010111010101011001110000100111011001011110110011101 | e9a592eab384ecbd9d |
SJIS-WIN | ?¥??????? | 00111111100000011000111100111111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f3f |
EUC-JP | é??ê??ì?? | 100011111010101110110001001111110011111110001111101010111011010000111111001111111000111110101011110000000011111100111111 | 8fabb13f3f8fabb43f3f8fabc03f3f |
UTF-8 | é¥ê³ì½ | 110000111010100111000010101001011100001010010010110000111010101011000010101100111100001010000100110000111010110011000010101111011100001010011101 | c3a9c2a5c292c3aac2b3c284c3acc2bdc29d |
UHC | ????³??½? | 0011111100111111001111110011111110101001111110000011111100111111101010001111011000111111 | 3f3f3f3fa9f83f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)