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 | è½¢è | 11101000101111011010001011101000 | e8bda2e8 |
SJIS-WIN | ??¢? | 0011111100111111100000011001000100111111 | 3f3f81913f |
EUC-JP | è?¢è | 100011111010101110110010001111111010000111110001100011111010101110110010 | 8fabb23fa1f18fabb2 |
UTF-8 | è½¢è | 1100001110101000110000101011110111000010101000101100001110101000 | c3a8c2bdc2a2c3a8 |
UHC | ?½?? | 0011111110101000111101100011111100111111 | 3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)