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 | ð·±ú® | 111100001011011110001110101100011111101010101110 | f0b78eb1faae |
SJIS-WIN | ???±?? | 00111111001111110011111110000001011111010011111100111111 | 3f3f3f817d3f3f |
EUC-JP | ð??±ú® | 10001111101010011100001100111111001111111010000111011110100011111010101111100010100011111010001011101110 | 8fa9c33f3fa1de8fabe28fa2ee |
UTF-8 | ð·±ú® | 110000111011000011000010101101111100001010001110110000101011000111000011101110101100001010101110 | c3b0c2b7c28ec2b1c3bac2ae |
UHC | ð·?±?® | 10101001101000111010000110100100001111111010000110111110001111111010001011100111 | a9a3a1a43fa1be3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)