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 | è±è£P | 11101000100000111011000111101000100001001010001101010000 | e883b1e884a350 |
SJIS-WIN | ??±??£P | 001111110011111110000001011111010011111100111111100000011001001001010000 | 3f3f817d3f3f819250 |
EUC-JP | ��P | 10001111101010111011001000111111101000011101111010001111101010111011001000111111101000011111001001010000 | 8fabb23fa1de8fabb23fa1f250 |
UTF-8 | è±è£P | 11000011101010001100001010000011110000101011000111000011101010001100001010000100110000101010001101010000 | c3a8c283c2b1c3a8c284c2a350 |
UHC | ??±???P | 0011111100111111101000011011111000111111001111110011111101010000 | 3f3fa1be3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)