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 | 鬢畷墾蝓檻 | 11101001101001001001001111101011100011011010010011100101100111111001111101000010 | e9a493eb8da4e59f9f42 |
EUC-JP | 鬢畷墾蝓檻 | 11110010101001101100011011101101101110101010011011101010101000011101110110100011 | f2a6c6edbaa6eaa1dda3 |
UTF-8 | 鬢畷墾蝓檻 | 111010011010110010100010111001111001010110110111111001011010001010111110111010001001110110010011111001101010101010111011 | e9aca2e795b7e5a2bee89d93e6aabb |
UHC | ??墾?檻 | 00111111001111111100101011001011001111111111100111100011 | 3f3fcacb3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)