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 | íý«ÝÇ | 11101101111111011000111010101011100011111101110111000111 | edfd8eab8fddc7 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | íý???ÝÇ | 100011111010101110111111100011111010101111110010001111110011111100111111100011111010101011110010100011111010101010101110 | 8fabbf8fabf23f3f3f8faaf28faaae |
UTF-8 | íý«ÝÇ | 1100001110101101110000111011110111000010100011101100001010101011110000101000111111000011100111011100001110000111 | c3adc3bdc28ec2abc28fc39dc387 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)