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^ | 1110111010111100101100011110111110111101101010110110010101011110 | eebcb1efbdab655e |
SJIS-WIN | ??±???e^ | 001111110011111110000001011111010011111100111111001111110110010101011110 | 3f3f817d3f3f3f655e |
EUC-JP | î?±ï??e^ | 10001111101010111100001000111111101000011101111010001111101010111100000100111111001111110110010101011110 | 8fabc23fa1de8fabc13f3f655e |
UTF-8 | ォe^ | 1100001110101110110000101011110011000010101100011100001110101111110000101011110111000010101010110110010101011110 | c3aec2bcc2b1c3afc2bdc2ab655e |
UHC | ?¼±?½?e^ | 0011111110101000111110011010000110111110001111111010100011110110001111110110010101011110 | 3fa8f9a1be3fa8f63f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)