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 | 髣「谿槫サ | 1110100110010111101000101110011010101110100111101110010110111011 | e997a2e6ae9ee5bb |
EUC-JP | 髣「谿槫サ | 11110001111101111000111010100010111011001011000011011100111001111000111010111011 | f1f78ea2ecb0dce78ebb |
UTF-8 | 髣「谿槫サ | 111010011010101110100011111011111011110110100010111010001011000010111111111001101010011110101011111011111011110110111011 | e9aba3efbda2e8b0bfe6a7abefbdbb |
UHC | ??谿?? | 001111110011111111001101101011000011111100111111 | 3f3fcdac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)