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 | 髦ッ迢ゥ邉 | 1110100110011000101011111110011110001011101010011110011110110011 | e998afe78ba9e7b3 |
EUC-JP | 髦ッ迢ゥ邉 | 11110001111110001000111010101111111011011110101110001110101010011110111010110101 | f1f88eafedeb8ea9eeb5 |
UTF-8 | 髦ッ迢ゥ邉 | 111010011010101110100110111011111011110110101111111010001011111110100010111011111011110110101001111010011000001010001001 | e9aba6efbdafe8bfa2efbda9e98289 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)