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 | ÏÐá±ÏÐ | 110011111101000011100001101100011100111111010000 | cfd0e1b1cfd0 |
SJIS-WIN | ???±?? | 00111111001111110011111110000001011111010011111100111111 | 3f3f3f817d3f3f |
EUC-JP | Ï?á±Ï? | 10001111101010101100000100111111100011111010101110100001101000011101111010001111101010101100000100111111 | 8faac13f8faba1a1de8faac13f |
UTF-8 | ÏÐá±ÏÐ | 110000111000111111000011100100001100001110100001110000101011000111000011100011111100001110010000 | c38fc390c3a1c2b1c38fc390 |
UHC | ?Ð?±?Ð | 001111111010100010100010001111111010000110111110001111111010100010100010 | 3fa8a23fa1be3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)