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 | ã±å® | 111000111011000110001000111001011000101010101110 | e3b188e58aae |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ã±?å?® | 10001111101010111010101010100001110111100011111110001111101010111010100100111111100011111010001011101110 | 8fabaaa1de3f8faba93f8fa2ee |
UTF-8 | ã±å® | 110000111010001111000010101100011100001010001000110000111010010111000010100010101100001010101110 | c3a3c2b1c288c3a5c28ac2ae |
UHC | ?±???® | 0011111110100001101111100011111100111111001111111010001011100111 | 3fa1be3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)