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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逅イ邨匁d | 111001111001000010110010111001111011010110010110111001101000001010000100 | e790b2e7b596e68284 |
EUC-JP | 逅イ邨匁d | 11101101111100001000111010110010111011101011011111001100111010001010001111100100 | edf08eb2eeb7cce8a3e4 |
UTF-8 | 逅イ邨匁d | 111010011000000010000101111011111011110110110010111010011000001010101000111001011000110010000001111011111011110110000100 | e98085efbdb2e982a8e58c81efbd84 |
UHC | 逅?邨?d | 1111110110110001001111111111010110111110001111111010001111100100 | fdb13ff5be3fa3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)