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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?勹D?勹D^ | 001111111001100110101111010001000011111110011001101011110100010001011110 | 3f99af443f99af445e |
EUC-JP | 伈勹D伈勹D^ | 10001111101100001101010111010010101100010100010010001111101100001101010111010010101100010100010001011110 | 8fb0d5d2b1448fb0d5d2b1445e |
UTF-8 | 伈勹D伈勹D^ | 111001001011110010001000111001011000101110111001010001001110010010111100100010001110010110001011101110010100010001011110 | e4bc88e58bb944e4bc88e58bb9445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)