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 | ðû¼çÞ¡ | 111100001111101110111100111001111101111010100001 | f0fbbce7dea1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðû?çÞ¡ | 10001111101010011100001110001111101010111110010100111111100011111010101110101110100011111010100110110000100011111010001011000010 | 8fa9c38fabe53f8fabae8fa9b08fa2c2 |
UTF-8 | ðû¼çÞ¡ | 110000111011000011000011101110111100001010111100110000111010011111000011100111101100001010100001 | c3b0c3bbc2bcc3a7c39ec2a1 |
UHC | ð?¼?Þ¡ | 10101001101000110011111110101000111110010011111110101000101011011010001010101110 | a9a33fa8f93fa8ada2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)