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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | 嶸ー巐嬢ースI | 11111010101101001011000011111010101101101000111111101100101100001011110101001001 | fab4b0fab68fecb0bd49 |
EUC-JP | 嶸ー巐嬢ースI | 100011111011101111110100100011101011000010001111101110111111100110111110111011101000111010110000100011101011110101001001 | 8fbbf48eb08fbbf9beee8eb08ebd49 |
UTF-8 | 嶸ー巐嬢ースI | 11100101101101101011100011101111101111011011000011100101101101111001000011100101101011001010001011101111101111011011000011101111101111011011110101001001 | e5b6b8efbdb0e5b790e5aca2efbdb0efbdbd49 |
UHC | 嶸?????I | 1110011110101110001111110011111100111111001111110011111101001001 | e7ae3f3f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)