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 | ë÷¾è | 11101011111101111011111011101000 | ebf7bee8 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | ë÷?è | 100011111010101110110011101000011110000000111111100011111010101110110010 | 8fabb3a1e03f8fabb2 |
UTF-8 | ë÷¾è | 1100001110101011110000111011011111000010101111101100001110101000 | c3abc3b7c2bec3a8 |
UHC | ?÷¾? | 001111111010000111000000101010001111101000111111 | 3fa1c0a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)