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 | íá¼è» | 111011011110000110001110101111001110100010111011 | ede18ebce8bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íá??è? | 100011111010101110111111100011111010101110100001001111110011111110001111101010111011001000111111 | 8fabbf8faba13f3f8fabb23f |
UTF-8 | íá¼è» | 110000111010110111000011101000011100001010001110110000101011110011000011101010001100001010111011 | c3adc3a1c28ec2bcc3a8c2bb |
UHC | ???¼?? | 00111111001111110011111110101000111110010011111100111111 | 3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)