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 | è½Ìê¢ | 111010001011110111001100111010101000111010100010 | e8bdccea8ea2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | è?Ìê?¢ | 10001111101010111011001000111111100011111010101011000000100011111010101110110100001111111010000111110001 | 8fabb23f8faac08fabb43fa1f1 |
UTF-8 | è½Ìê¢ | 110000111010100011000010101111011100001110001100110000111010101011000010100011101100001010100010 | c3a8c2bdc38cc3aac28ec2a2 |
UHC | ?½???? | 00111111101010001111011000111111001111110011111100111111 | 3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)