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 | í¦rí¯ | 11101101100110001010011001110010111011011001100010101111 | ed98a672ed98af |
SJIS-WIN | ???r??? | 00111111001111110011111101110010001111110011111100111111 | 3f3f3f723f3f3f |
EUC-JP | í?¦rí?¯ | 100011111010101110111111001111111000111110100010110000110111001010001111101010111011111100111111100011111010001010110100 | 8fabbf3f8fa2c3728fabbf3f8fa2b4 |
UTF-8 | í¦rí¯ | 11000011101011011100001010011000110000101010011001110010110000111010110111000010100110001100001010101111 | c3adc298c2a672c3adc298c2af |
UHC | ???r??? | 00111111001111110011111101110010001111110011111100111111 | 3f3f3f723f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)