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 | °ü³ûe^ | 10001111101100001111110010110011111110110110010101011110 | 8fb0fcb3fb655e |
SJIS-WIN | ?°???e^ | 0011111110000001100010110011111100111111001111110110010101011110 | 3f818b3f3f3f655e |
EUC-JP | ?°ü?ûe^ | 001111111010000111101011100011111010101111100100001111111000111110101011111001010110010101011110 | 3fa1eb8fabe43f8fabe5655e |
UTF-8 | °ü³ûe^ | 110000101000111111000010101100001100001110111100110000101011001111000011101110110110010101011110 | c28fc2b0c3bcc2b3c3bb655e |
UHC | ?°?³?e^ | 001111111010000111000110001111111010100111111000001111110110010101011110 | 3fa1c63fa9f83f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)